@@ -1,6 +0,0 @@
----
-"@sv443-network/userutils": minor
-
-Made `openInNewTab()` use `GM.openInTab` by default and fall back to the old behavior.
-Also added `background` param to specify if the tab should get focus when opened.
@@ -1,5 +1,12 @@
# @sv443-network/userutils
+## 6.3.0
+
+### Minor Changes
+- fa09004: Made `openInNewTab()` use `GM.openInTab` by default and fall back to the old behavior.
+ Also added `background` param to specify if the tab should get focus when opened.
## 6.2.0
### Minor Changes
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"libName": "UserUtils",
- "version": "6.2.0",
+ "version": "6.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",