@@ -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
-Added function insertValues() to insert values into a string with placeholders
-Added lightweight translation system
@@ -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,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",