Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2020-05-26)

### Features

* **paths:** Allow usage of TSConfig Paths ([#76](#76)) ([6e2f6af](6e2f6af))
  • Loading branch information
KJDev-Bot committed May 26, 2020
1 parent 6e2f6af commit e6a4ab6
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 @@
# [1.5.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.4.1...v1.5.0) (2020-05-26)


### Features

* **paths:** Allow usage of TSConfig Paths ([#76](https://github.com/K-FOSS/TS-ESNode/issues/76)) ([6e2f6af](https://github.com/K-FOSS/TS-ESNode/commit/6e2f6af2a7abe46ca5d9d21029a5d74b2faea3e9))

## [1.4.1](https://github.com/K-FOSS/TS-ESNode/compare/v1.4.0...v1.4.1) (2020-05-14)


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.4.1",
"version": "1.5.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 e6a4ab6

Please sign in to comment.