Ver código fonte

chore: bump version

Sv443 1 ano atrás
pai
commit
04301a8dcb
3 arquivos alterados com 15 adições e 4 exclusões
  1. 11 0
      changelog.md
  2. 3 3
      package-lock.json
  3. 1 1
      package.json

+ 11 - 0
changelog.md

@@ -1,3 +1,14 @@
+## 1.2.0
+- **Features / Changes:**
+  - TODO
+- **Fixes:**
+  - TODO
+
+[See pull request for more info](https://github.com/Sv443/BetterYTM/pull/TODO)
+
+<div class="split"></div>
+<br>
+
 ## 1.1.0
 - **Features / Changes:**
   - The userscript is now available in 9 languages! To submit or edit translations, please [view this guide](https://github.com/Sv443/BetterYTM/blob/main/contributing.md#submitting-translations)

+ 3 - 3
package-lock.json

@@ -1,13 +1,13 @@
 {
   "name": "betterytm",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "betterytm",
-      "version": "1.1.0",
-      "license": "AGPL-3.0",
+      "version": "1.2.0",
+      "license": "AGPL-3.0-only",
       "dependencies": {
         "@sv443-network/userutils": "^4.1.0",
         "nanoevents": "^9.0.0"

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "betterytm",
   "userscriptName": "BetterYTM",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "Configurable layout and user experience improvements for YouTube Music",
   "homepage": "https://github.com/Sv443/BetterYTM",
   "main": "./src/index.ts",