1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore(release): 0.0.2

This commit is contained in:
munja
2022-01-20 13:57:35 +01:00
parent a8df5f4afd
commit b0ffa145bc
3 changed files with 13 additions and 3 deletions

10
api/CHANGELOG.md Normal file
View File

@@ -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))

4
api/package-lock.json generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.1",
"version": "0.0.2",
"description": "Api of SASjs server",
"main": "./src/server.ts",
"scripts": {