Przeglądaj źródła

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

Sven Fehler 1 rok temu
rodzic
commit
b1214a9c3d
3 zmienionych plików z 7 dodań i 6 usunięć
  1. 0 5
      .changeset/light-swans-taste.md
  2. 6 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 5
.changeset/light-swans-taste.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
----
-
-Fixed terminology in JSDoc comments of the `DataStore` class

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # @sv443-network/userutils
 
+## 6.0.1
+
+### Patch Changes
+
+- 08248c1: Fixed terminology in JSDoc comments of the `DataStore` class
+
 ## 6.0.0
 
 ### Major Changes

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "@sv443-network/userutils",
   "libName": "UserUtils",
-  "version": "6.0.0",
+  "version": "6.0.1",
   "description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
   "main": "dist/index.js",
   "module": "dist/index.mjs",