diff --git a/.changeset/swift-dingos-marry.md b/.changeset/swift-dingos-marry.md deleted file mode 100644 index 3e6903a..0000000 --- a/.changeset/swift-dingos-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sv443-network/userutils": patch ---- - -Added `exports.types` in addition to just `types` in package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd86c1..8285d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sv443-network/userutils +## 8.0.2 + +### Patch Changes + +- a8bca8f: Added `exports.types` in addition to just `types` in package.json + ## 8.0.1 ### Patch Changes diff --git a/package.json b/package.json index 42421ae..36cd49b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sv443-network/userutils", "libName": "UserUtils", - "version": "8.0.1", + "version": "8.0.2", "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more", "main": "dist/index.js", "module": "dist/index.js",