Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-05-17)

### Bug Fixes

* Fix other issues ([247cba5](247cba5))
  • Loading branch information
KJDev-Bot committed May 17, 2020
1 parent 247cba5 commit b1f1562
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.1](https://github.com/K-FOSS/TS-Worker/compare/v1.0.0...v1.0.1) (2020-05-17)


### Bug Fixes

* Fix other issues ([247cba5](https://github.com/K-FOSS/TS-Worker/commit/247cba53bb2307a26c902564eec63ef7c7226ed3))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k-foss/ts-worker",
"version": "0.0.1",
"version": "1.0.1",
"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",
Expand Down

0 comments on commit b1f1562

Please sign in to comment.