From 613503100a1219cb85e93d17d6c12ef8c3bf362f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:43:44 +0000 Subject: [PATCH] Version Packages (#2) Co-authored-by: github-actions[bot] --- .changeset/six-chicken-float.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/six-chicken-float.md 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", -- 2.51.2