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

chore(release): 0.0.19

This commit is contained in:
munja
2022-01-20 10:39:34 +01:00
parent 31532c0efa
commit 62de960e86
3 changed files with 11 additions and 4 deletions

View File

@@ -2,6 +2,13 @@
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.19](https://github.com/sasjs/server/compare/v0.0.18...v0.0.19) (2022-01-20)
### Bug Fixes
* bumping sasjs/core and updating descriptions ([31532c0](https://github.com/sasjs/server/commit/31532c0efa41e53f87377a2c7c41d21c7909e3a0))
### [0.0.18](https://github.com/sasjs/server/compare/v0.0.17...v0.0.18) (2022-01-08)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "server",
"version": "0.0.18",
"version": "0.0.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "server",
"version": "0.0.18",
"version": "0.0.19",
"dependencies": {
"@sasjs/core": "3.11.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.0.18",
"version": "0.0.19",
"description": "NodeJS wrapper for calling the SAS binary executable",
"repository": "https://github.com/sasjs/server",
"scripts": {
@@ -19,4 +19,4 @@
"prettier": "^2.3.1",
"standard-version": "^9.3.2"
}
}
}