From f8a61625a69a5c26d1663984206988e9b542747d Mon Sep 17 00:00:00 2001 From: KJDev-Bots Date: Sun, 31 May 2020 17:31:21 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.5...v1.0.6) (2020-05-31) ### Bug Fixes * Fix parsing ([ce59760](https://github.com/K-FOSS/TS-ESTests/commit/ce59760962ec71de903ad2ba93e37804fddc7251)) --- 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 09828e5..55ef29c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.5...v1.0.6) (2020-05-31) + + +### Bug Fixes + +* Fix parsing ([ce59760](https://github.com/K-FOSS/TS-ESTests/commit/ce59760962ec71de903ad2ba93e37804fddc7251)) + ## [1.0.5](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.4...v1.0.5) (2020-05-31) diff --git a/package-lock.json b/package-lock.json index 66ef771..e447042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-estests", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8004440..22b3937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-estests", - "version": "1.0.5", + "version": "1.0.6", "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": "dist/index.js",