diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e55471b..1858d0d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/K-FOSS/TS-Worker/compare/v1.0.2...v1.0.3) (2020-05-21) + + +### Bug Fixes + +* **declaration:** Emit declaration ([a25ecb1](https://github.com/K-FOSS/TS-Worker/commit/a25ecb16d83967084ba81497585ce876f40ca46b)) + ## [1.0.2](https://github.com/K-FOSS/TS-Worker/compare/v1.0.1...v1.0.2) (2020-05-17) diff --git a/package-lock.json b/package-lock.json index 9021bc8..9c7cd11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-worker", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13515bf..de341ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@k-foss/ts-worker", - "version": "1.0.2", + "version": "1.0.3", "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",