From 31353045efb1c3e3dffc95b96d2d61992b56b0f8 Mon Sep 17 00:00:00 2001 From: KJDev-Bots Date: Sun, 31 May 2020 17:07:48 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.4...v1.0.5) (2020-05-31) ### Bug Fixes * Minor fix ([2c29e34](https://github.com/K-FOSS/TS-ESTests/commit/2c29e348143695a0004b6b9a7132d1f07c1b3762)) --- 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 806b031..09828e5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.5](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.4...v1.0.5) (2020-05-31) + + +### Bug Fixes + +* Minor fix ([2c29e34](https://github.com/K-FOSS/TS-ESTests/commit/2c29e348143695a0004b6b9a7132d1f07c1b3762)) + ## [1.0.4](https://github.com/K-FOSS/TS-ESTests/compare/v1.0.3...v1.0.4) (2020-05-28) diff --git a/package-lock.json b/package-lock.json index b71b974..66ef771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-estests", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 290b4d3..8004440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-estests", - "version": "1.0.4", + "version": "1.0.5", "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",