Skip to content

Commit

Permalink
chore(release): 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo4815162342 committed May 5, 2022
1 parent 3cc2e5a commit 75879e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.19.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.18.0...v1.19.0) (2022-05-05)


### Features

* add lib and node version to debug ([#71](https://github.com/Leo4815162342/dukascopy-node/issues/71)) ([51b69a0](https://github.com/Leo4815162342/dukascopy-node/commit/51b69a0f86b5655836952e2bb6bd2ade9e6139f7))
* analytics ip ([#70](https://github.com/Leo4815162342/dukascopy-node/issues/70)) ([3cc2e5a](https://github.com/Leo4815162342/dukascopy-node/commit/3cc2e5a8f4a1730a015ac6e8882ba97f76982da4))

## [1.18.0](https://github.com/Leo4815162342/dukascopy-node/compare/v1.17.0...v1.18.0) (2022-05-02)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "dukascopy-node",
"version": "1.18.0",
"version": "1.19.0",
"description": "Node.js library for downloading historical market tick data for 800+ different instruments (stocks, crypto, commodities, forex, etc.)",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"scripts"
"scripts"
],
"bin": {
"dukascopy-cli": "./dist/cli/index.js"
Expand All @@ -21,7 +21,7 @@
"gen:meta": "ts-node src/utils/instrument-meta-data/generate-data.ts",
"gen:instruments-md": "ts-node src/utils/instrument-meta-data/generate-instrument-md.ts",
"release": "standard-version && git push --follow-tags origin master && pnpm build && npm publish",
"postinstall" : "node scripts/install.js"
"postinstall": "node scripts/install.js"
},
"author": "leonid.pyrlia",
"license": "MIT",
Expand Down

0 comments on commit 75879e9

Please sign in to comment.