@@ -1,6 +0,0 @@
----
-"@sv443-network/userutils": minor
-
-- Added `tr.forLang()` to get the translation for a specified language code
-- Added `tr.getTranslations()` to return the translations object for the given or currently active language
@@ -1,5 +1,12 @@
# @sv443-network/userutils
+## 7.3.0
+
+### Minor Changes
+- 7e8e147: - Added `tr.forLang()` to get the translation for a specified language code
+ - Added `tr.getTranslations()` to return the translations object for the given or currently active language
## 7.2.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"libName": "UserUtils",
- "version": "7.2.2",
+ "version": "7.3.0",
"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.mjs",