From b0ffa145bcd22b0e61077b5278ab47ec31e364d7 Mon Sep 17 00:00:00 2001 From: munja Date: Thu, 20 Jan 2022 13:57:35 +0100 Subject: [PATCH] chore(release): 0.0.2 --- api/CHANGELOG.md | 10 ++++++++++ api/package-lock.json | 4 ++-- api/package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 api/CHANGELOG.md 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": {