Skip to content

Commit 774d023

Browse files
committed
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2021-02-08) ### Bug Fixes * **deps:** Remove `winston` from production deps ([#223](#223)) ([2eca2dc](2eca2dc))
1 parent 2eca2dc commit 774d023

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/K-FOSS/TS-ESNode/compare/v2.0.0...v2.0.1) (2021-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** Remove `winston` from production deps ([#223](https://github.com/K-FOSS/TS-ESNode/issues/223)) ([2eca2dc](https://github.com/K-FOSS/TS-ESNode/commit/2eca2dcf6cdd5ca35285c63a3cb56b9783b3160e))
7+
18
# [2.0.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.7.0...v2.0.0) (2021-02-08)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@k-foss/ts-esnode",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "TS-ESNode is a Node.JS v13 Experimental loader hook for transpiling ESNext TypeScript to ESNext ESModule Node.JS Code on the fly",
55
"main": "out/dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)