chore(release): v2.0.0
This commit is contained in:
@@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
<!-- auto-changelog-above -->
|
||||
|
||||
### 2.0.0
|
||||
- refactor(backend): queue system presented
|
||||
|
||||
### 1.0.0
|
||||
- initial release
|
||||
Generated
+4
-2
@@ -20,7 +20,8 @@
|
||||
"release-it": "^18.1.2",
|
||||
"release-it-docker-plugin": "^0.0.6",
|
||||
"rimraf": "^6.0.1"
|
||||
}
|
||||
},
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
"version": "2.3.0",
|
||||
@@ -36128,5 +36129,6 @@
|
||||
"typescript": "~5.6.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"name": "spooty",
|
||||
"workspaces": [
|
||||
"src/backend",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "0.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "0.0.0",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.conf.json",
|
||||
|
||||
Reference in New Issue
Block a user