Browse Source

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

Sven Fehler 7 months ago
parent
commit
e977139060
3 changed files with 7 additions and 6 deletions
  1. 0 5
      .changeset/fifty-foxes-punch.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/fifty-foxes-punch.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Added `exports` to package.json and corrected `module` property

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 8.0.1
+
+### Patch Changes
+
+- a92000b: Added `exports` to package.json and corrected `module` property
+
 ## 8.0.0
 
 ### Major Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "8.0.0",
+  "version": "8.0.1",
   "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",