diff --git a/.changeset/smart-eyes-switch.md b/.changeset/smart-eyes-switch.md deleted file mode 100644 index fd940c6..0000000 --- a/.changeset/smart-eyes-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'emitten': minor ---- - -Implement a workaround for calling super on an accessor. diff --git a/CHANGELOG.md b/CHANGELOG.md index ae784c5..61dc845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # emitten +## 0.2.0 + +### Minor Changes + +- a98bdbc: Implement a workaround for calling super on an accessor. + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 740b4c8..29a2815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emitten", - "version": "0.1.0", + "version": "0.2.0", "description": "Barebones TypeScript event emitter", "author": "Curtis Dulmage", "license": "ISC",