Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.0...v2.0.0) (2021-02-08)

### Bug Fixes

* **Actions:** Fix Test action on Release Workflow ([082e58b](082e58b))
* **duplicated-defaults-keys:** Fix Duplicated Default Keys Assigned via Object.assigbn ([#217](#217)) ([5d819ce](5d819ce))

### 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.
  • Loading branch information
KJDev-Bot committed Feb 8, 2021
1 parent 02fc3e6 commit 9c00205
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9c00205

Please sign in to comment.