From 25dc5dd2152bf894da095a6ea91ed0a75d22c798 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Fri, 6 May 2022 14:45:31 +0000 Subject: [PATCH] chore(release): 0.0.70 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7167fe4..3ca8708 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.70](https://github.com/sasjs/server/compare/v0.0.69...v0.0.70) (2022-05-06) + + +### Features + +* CSP_DISABLE env option ([dd3acce](https://github.com/sasjs/server/commit/dd3acce3935e7cfc0b2c44a401314306915a3a10)) + ### [0.0.69](https://github.com/sasjs/server/compare/v0.0.68...v0.0.69) (2022-05-02) diff --git a/package-lock.json b/package-lock.json index 1ed372a..d3e27e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "server", - "version": "0.0.69", + "version": "0.0.70", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "server", - "version": "0.0.69", + "version": "0.0.70", "devDependencies": { "prettier": "^2.3.1", "standard-version": "^9.3.2" diff --git a/package.json b/package.json index e4deaba..3a67074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "0.0.69", + "version": "0.0.70", "description": "NodeJS wrapper for calling the SAS binary executable", "repository": "https://github.com/sasjs/server", "scripts": {