Procházet zdrojové kódy

chore: create new release

github-actions[bot] před 1 rokem
rodič
revize
588db911a6
3 změnil soubory, kde provedl 8 přidání a 7 odebrání
  1. 0 6
      .changeset/wet-bikes-scream.md
  2. 7 0
      CHANGELOG.md
  3. 1 1
      package.json

+ 0 - 6
.changeset/wet-bikes-scream.md

@@ -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.

+ 7 - 0
CHANGELOG.md

@@ -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 - 1
package.json

@@ -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",