Browse Source

chore: Added v3.8.0 changelog and updated package.json

Owen Diffey 1 year ago
parent
commit
f8a44ebc61
5 changed files with 11 additions and 6 deletions
  1. 5 0
      CHANGELOG.md
  2. 2 2
      backend/package-lock.json
  3. 1 1
      backend/package.json
  4. 2 2
      frontend/package-lock.json
  5. 1 1
      frontend/package.json

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## [v3.8.0] - 2022-11-11
+
+This release includes all changes from v3.8.0-rc1 and v3.8.0-rc2.
+Upgrade instructions can be found at [.wiki/Upgrading](.wiki/Upgrading.md).
+
 ## [v3.8.0-rc2] - 2022-10-31
 
 This release includes all changes from v3.8.0-rc1, in addition to the following.

+ 2 - 2
backend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-backend",
-  "version": "3.8.0-rc2",
+  "version": "3.8.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-backend",
-      "version": "3.8.0-rc2",
+      "version": "3.8.0",
       "license": "GPL-3.0",
       "dependencies": {
         "async": "^3.2.4",

+ 1 - 1
backend/package.json

@@ -1,7 +1,7 @@
 {
   "name": "musare-backend",
   "private": true,
-  "version": "3.8.0-rc2",
+  "version": "3.8.0",
   "type": "module",
   "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
   "main": "index.js",

+ 2 - 2
frontend/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "musare-frontend",
-  "version": "3.8.0-rc2",
+  "version": "3.8.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "musare-frontend",
-      "version": "3.8.0-rc2",
+      "version": "3.8.0",
       "license": "GPL-3.0",
       "dependencies": {
         "@intlify/vite-plugin-vue-i18n": "^6.0.3",

+ 1 - 1
frontend/package.json

@@ -5,7 +5,7 @@
     "*.vue"
   ],
   "private": true,
-  "version": "3.8.0-rc2",
+  "version": "3.8.0",
   "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
   "main": "main.js",
   "author": "Musare Team",