diff --git a/.changeset/shy-plants-study.md b/.changeset/shy-plants-study.md deleted file mode 100644 index c22990f..0000000 --- a/.changeset/shy-plants-study.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@finsweet/ts-utils': minor ---- - -- `addListener()`: Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simple `noop`. -- Created new `noop()` helper, it literally does nothing. diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fde0e..412d8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @finsweet/ts-utils +## 0.35.0 + +### Minor Changes + +- 9465c47: - `addListener()`: Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simple `noop`. + - Created new `noop()` helper, it literally does nothing. + ## 0.34.1 ### Patch Changes diff --git a/package.json b/package.json index bfc43f7..4a5340b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finsweet/ts-utils", - "version": "0.34.1", + "version": "0.35.0", "description": "Typescript utils for custom Webflow projects.", "type": "module", "main": "dist/index.js",