This commit is contained in:
Jovan Krunić
2022-12-06 16:33:18 +01:00
parent d0608ccd31
commit 871a5f8fa1
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.44.0",
"version": "0.45.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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