This commit is contained in:
2023-05-19 12:59:09 +02:00
parent 1fdcae7aaf
commit 1bd1672276
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# [1.1.0](https://gitlab.com/openstapps/api/compare/v1.0.1...v1.1.0) (2023-05-19)
## [1.0.1](https://gitlab.com/openstapps/api/compare/v1.0.0...v1.0.1) (2023-05-08) ## [1.0.1](https://gitlab.com/openstapps/api/compare/v1.0.0...v1.0.1) (2023-05-08)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "@openstapps/api", "name": "@openstapps/api",
"version": "1.0.1", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@openstapps/api", "name": "@openstapps/api",
"version": "1.0.1", "version": "1.1.0",
"scripts": { "scripts": {
"build": "npm run lint && npm run compile", "build": "npm run lint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",