From 6a87557109e127670e94e055d8483102d6ae8e2a Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 25 Jan 2022 12:44:16 +0100 Subject: [PATCH] 0.38.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d444062..efbd0375 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@openstapps/api", - "version": "0.37.0", + "version": "0.38.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41e6b47e..b17d6b2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openstapps/api", - "version": "0.37.0", + "version": "0.38.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'",