From 5fe4fbd4aeb7f12c79be43c79063ba6e0fc6ef66 Mon Sep 17 00:00:00 2001 From: KJDev-Bots Date: Tue, 15 Sep 2020 18:35:45 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.6.0...v1.7.0) (2020-09-15) ### Features * Release ([56690ef](https://github.com/K-FOSS/TS-ESNode/commit/56690ef6b5a7899dc440ccdec27572cb014d82ef)) --- 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 1282fc0..db36b5c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.6.0...v1.7.0) (2020-09-15) + + +### Features + +* Release ([56690ef](https://github.com/K-FOSS/TS-ESNode/commit/56690ef6b5a7899dc440ccdec27572cb014d82ef)) + # [1.6.0](https://github.com/K-FOSS/TS-ESNode/compare/v1.5.1...v1.6.0) (2020-05-27) diff --git a/package-lock.json b/package-lock.json index e6633c7..8c25843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-esnode", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38dd988..ec0eaa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-esnode", - "version": "1.6.0", + "version": "1.7.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",