Sfoglia il codice sorgente

chore: create new release

github-actions[bot] 1 anno fa
parent
commit
fa2a7ad21f

+ 0 - 5
.changeset/forty-geese-mate.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added utility type Stringifiable to describe a string or any value that can be converted to one

+ 0 - 5
.changeset/happy-pens-agree.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added function insertValues() to insert values into a string with placeholders

+ 0 - 5
.changeset/wild-cups-press.md

@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
----
-
-Added lightweight translation system

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # @sv443-network/userutils
 
+## 1.2.0
+
+### Minor Changes
+
+- 84b37f1: Added utility type Stringifiable to describe a string or any value that can be converted to one
+- 142c5e2: Added function insertValues() to insert values into a string with placeholders
+- 16ce257: Added lightweight translation system
+
 ## 1.1.3
 
 ### Patch Changes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sv443-network/userutils",
-  "version": "1.1.3",
+  "version": "1.2.0",
   "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",