diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b56979d..4de00cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d79c50f7..292e5d75 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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",