diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index db36b5c..dd24d9c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.0.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.7.0...v2.0.0) (2021-02-08) + + +### Bug Fixes + +* **Actions:** Fix Test action on Release Workflow ([082e58b](https://github.com/K-FOSS/TS-ESNode/commit/082e58b035bafa7ad824edca75cfcd09c9d4b9f7)) +* **duplicated-defaults-keys:** Fix Duplicated Default Keys Assigned via Object.assigbn ([#217](https://github.com/K-FOSS/TS-ESNode/issues/217)) ([5d819ce](https://github.com/K-FOSS/TS-ESNode/commit/5d819ce9cb7dc5745b0752c3b01de5c0b3c590eb)) + + +### BREAKING CHANGES + +* **duplicated-defaults-keys:** This is potentially a major change, I'm uncertain if any modules or current projects actually rely upon this "bug" Please create an issue if anything is broken after this release. + # [1.7.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.6.0...v1.7.0) (2020-09-15) diff --git a/package-lock.json b/package-lock.json index 067cf98..0f0aebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-esnode", - "version": "1.7.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 38f60e0..338f292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-esnode", - "version": "1.7.0", + "version": "2.0.0", "description": "TS-ESNode is a Node.JS v13 Experimental loader hook for transpiling ESNext TypeScript to ESNext ESModule Node.JS Code on the fly", "main": "out/dist/index.js", "type": "module",