diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b5c3f..5869cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.42](https://github.com/sasjs/server/compare/v0.0.41...v0.0.42) (2022-03-23) + + +### Bug Fixes + +* execute api, webout as raw ([9c75187](https://github.com/sasjs/server/commit/9c751877d1ed0d0677aff816169a1df7c34c6bf5)) + ### [0.0.41](https://github.com/sasjs/server/compare/v0.0.40...v0.0.41) (2022-03-23) diff --git a/package-lock.json b/package-lock.json index 131a740..a3a4104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "server", - "version": "0.0.41", + "version": "0.0.42", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "server", - "version": "0.0.41", + "version": "0.0.42", "devDependencies": { "prettier": "^2.3.1", "standard-version": "^9.3.2" diff --git a/package.json b/package.json index b9a2e35..f2c7083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "0.0.41", + "version": "0.0.42", "description": "NodeJS wrapper for calling the SAS binary executable", "repository": "https://github.com/sasjs/server", "scripts": {