diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md new file mode 100644 index 0000000..0326f28 --- /dev/null +++ b/api/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### [0.0.2](https://github.com/sasjs/server/compare/v0.0.19...v0.0.2) (2022-01-20) + + +### Bug Fixes + +* bumping core version ([a8df5f4](https://github.com/sasjs/server/commit/a8df5f4afd6c4522270d0a60ab8153dfbdf79e16)) diff --git a/api/package-lock.json b/api/package-lock.json index 02940d3..003ae28 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "0.0.1", + "version": "0.0.2", "dependencies": { "@sasjs/core": "3.11.1", "@sasjs/utils": "2.34.1", diff --git a/api/package.json b/api/package.json index eaf1541..99ab494 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "0.0.1", + "version": "0.0.2", "description": "Api of SASjs server", "main": "./src/server.ts", "scripts": {