From 6cfe44078f5be8fa1819cae3d6b7647276cf2497 Mon Sep 17 00:00:00 2001 From: KJDev-Bots Date: Mon, 8 Feb 2021 23:39:54 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/K-FOSS/TS-ESNode/compare/v2.0.1...v2.0.2) (2021-02-08) ### Bug Fixes * **readme:** Update Badge ([#225](https://github.com/K-FOSS/TS-ESNode/issues/225)) ([1a8c475](https://github.com/K-FOSS/TS-ESNode/commit/1a8c475bd94fc923a3fd5b0d1640b9f78618d774)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 978f26c..3a794db 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/K-FOSS/TS-ESNode/compare/v2.0.1...v2.0.2) (2021-02-08) + + +### Bug Fixes + +* **readme:** Update Badge ([#225](https://github.com/K-FOSS/TS-ESNode/issues/225)) ([1a8c475](https://github.com/K-FOSS/TS-ESNode/commit/1a8c475bd94fc923a3fd5b0d1640b9f78618d774)) + ## [2.0.1](https://github.com/K-FOSS/TS-ESNode/compare/v2.0.0...v2.0.1) (2021-02-08) diff --git a/package-lock.json b/package-lock.json index 61109fa..f0fa774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-esnode", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3603129..3c303eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-esnode", - "version": "2.0.1", + "version": "2.0.2", "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",