This commit is contained in:
Rainer Killinger
2022-07-04 14:15:19 +02:00
parent 2e4a47ee8f
commit 61be2a34c9
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@openstapps/api",
"version": "0.41.1",
"version": "0.42.0",
"scripts": {
"build": "npm run tslint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",