diff --git a/.changeset/six-chicken-float.md b/.changeset/six-chicken-float.md deleted file mode 100644 index 9847eac..0000000 --- a/.changeset/six-chicken-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fiber-dev': patch ---- - -Prevent typos causing accidental state tracking issues diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7e611..3f8085d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # fiber-dev +## 0.0.1 + +### Patch Changes + +- Prevent typos causing accidental state tracking issues + Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/fiber-dev/pull/1)) + ## 0.0.0 Initial Release diff --git a/package.json b/package.json index 5f1f567..41463fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiber-dev", - "version": "0.0.0", + "version": "0.0.1", "description": "Node.js isolation primitive to run asynchronous worker-like operations without leaking async IO", "author": "Phil Pluckthun ", "source": "./src/index.ts",