From eef587ab8b09d66892118ea26f374edbcefda4d6 Mon Sep 17 00:00:00 2001 From: KJDev-Bots Date: Mon, 25 May 2020 16:11:15 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.0...v1.0.1) (2020-05-25) ### Bug Fixes * **tsconfig:** Enable declaration ([ccd8674](https://github.com/K-FOSS/TS-ESTests/commit/ccd8674a4c7c7e9067298fcf3dc5135b38fb2c90)) --- 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 3313c86..396faf6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.0...v1.0.1) (2020-05-25) + + +### Bug Fixes + +* **tsconfig:** Enable declaration ([ccd8674](https://github.com/K-FOSS/TS-ESTests/commit/ccd8674a4c7c7e9067298fcf3dc5135b38fb2c90)) + # 1.0.0 (2020-05-25) diff --git a/package-lock.json b/package-lock.json index e0d00fb..92ede25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-estests", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a4a586..390b22c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-estests", - "version": "1.0.0", + "version": "1.0.1", "description": "@k-foss/ts-estests is a lightweight testing framework for use with ESNext & ESModules code", "repository": "https://github.com/K-FOSS/TS-ESTests", "main": "src/index.ts",