Skip to content

Commit

Permalink
chore(release): 2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3](v2.0.2...v2.0.3) (2023-03-12)

### Bug Fixes

* **Everything:** Closes [#443](#443) ([#478](#478)) ([beda0ba](beda0ba))
  • Loading branch information
KJDev-Bot committed Mar 12, 2023
1 parent beda0ba commit 389281f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.3](https://github.com/K-FOSS/TS-ESNode/compare/v2.0.2...v2.0.3) (2023-03-12)


### Bug Fixes

* **Everything:** Closes [#443](https://github.com/K-FOSS/TS-ESNode/issues/443) ([#478](https://github.com/K-FOSS/TS-ESNode/issues/478)) ([beda0ba](https://github.com/K-FOSS/TS-ESNode/commit/beda0ba7bdc1c19b21d7043ca42552d68d773998))

## [2.0.2](https://github.com/K-FOSS/TS-ESNode/compare/v2.0.1...v2.0.2) (2021-02-08)


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": "2.0.2",
"version": "2.0.3",
"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 389281f

Please sign in to comment.