From b03768a79097c4321980b7e104adf4cda77ce48f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 22:03:13 +0200 Subject: [PATCH] Version Packages (#6) Co-authored-by: github-actions[bot] --- .changeset/healthy-clocks-peel.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/healthy-clocks-peel.md diff --git a/.changeset/healthy-clocks-peel.md b/.changeset/healthy-clocks-peel.md deleted file mode 100644 index 724c815..0000000 --- a/.changeset/healthy-clocks-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/docgen": patch ---- - -fix shebang line diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d73bc..ddcb8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/docgen +## 0.0.2 + +### Patch Changes + +- 4e88501: fix shebang line + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index 33e8566..ff01ed5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/docgen", - "version": "0.0.1", + "version": "0.0.2", "publishConfig": { "access": "public", "directory": "dist"