Ver Fonte

Merge pull request #59 from Sv443-Network/changeset-release/main

Sven Fehler há 7 meses atrás
pai
commit
0a4c778284
3 ficheiros alterados com 7 adições e 6 exclusões
  1. 0 5
      .changeset/swift-dingos-marry.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/swift-dingos-marry.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Added `exports.types` in addition to just `types` in package.json

+ 6 - 0
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

+ 1 - 1
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",