diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 76af676..e55471b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/K-FOSS/TS-Worker/compare/v1.0.1...v1.0.2) (2020-05-17) + + +### Bug Fixes + +* Add prepublishOnly command to build package ([5607728](https://github.com/K-FOSS/TS-Worker/commit/560772843052657d517195f371f1aa3a693184f7)) + ## [1.0.1](https://github.com/K-FOSS/TS-Worker/compare/v1.0.0...v1.0.1) (2020-05-17) diff --git a/package-lock.json b/package-lock.json index 85008a6..9021bc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-worker", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e955621..13515bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-worker", - "version": "1.0.1", + "version": "1.0.2", "description": "TS-Worker is a few small utilities for working with Threads and Workers in JS/TS/Node.JS", "main": "dist/index.js", "type": "module",