From 170afe3092b04589adc525dd53dd61e3ccd205d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 12:15:29 -0500 Subject: [PATCH] Version Packages (#4) Co-authored-by: github-actions[bot] --- .changeset/pink-parrots-battle.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pink-parrots-battle.md diff --git a/.changeset/pink-parrots-battle.md b/.changeset/pink-parrots-battle.md deleted file mode 100644 index c94ebfb..0000000 --- a/.changeset/pink-parrots-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'emitten': patch ---- - -Force another NPM release diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa5133..74d3b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # emitten +## 0.0.2 + +### Patch Changes + +- 2403a01: Force another NPM release + ## 0.0.1 ### Patch Changes diff --git a/package.json b/package.json index 06e7f54..cdb6ee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emitten", - "version": "0.0.1", + "version": "0.0.2", "description": "Barebones TypeScript event emitter", "author": "Curtis Dulmage", "license": "ISC",