From 073e359360a9b98d3f2800b1126d99992ef76617 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Sep 2024 20:58:48 +0000 Subject: [PATCH] chore: create new release --- .changeset/swift-dingos-marry.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/swift-dingos-marry.md 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",