From dcfd83c9e18601e37d5480fd0c38c4056585795b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 14:22:06 +0000 Subject: [PATCH] chore: release 3.2.0 (#240) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953e20ec..b87cbb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [3.2.0](https://www.github.com/Fdawgs/ydh-myydh-crud-api/compare/v3.1.3...v3.2.0) (2021-06-11) + + +### Features + +* **server:** add content-encoding support ([#239](https://www.github.com/Fdawgs/ydh-myydh-crud-api/issues/239)) ([174477e](https://www.github.com/Fdawgs/ydh-myydh-crud-api/commit/174477ea3cd014a62262a855e3b86bb4330b1ad3)) + + +### Dependencies + +* **deps:** bump mssql from 7.1.0 to 7.1.3 ([521b08c](https://www.github.com/Fdawgs/ydh-myydh-crud-api/commit/521b08c5353b9e0897ddb93df34a323213bcfb8e)) + ### [3.1.3](https://www.github.com/Fdawgs/ydh-myydh-crud-api/compare/v3.1.2...v3.1.3) (2021-06-09) diff --git a/package-lock.json b/package-lock.json index 3d41b59b..a7f84437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ydh-myydh-crud-api", - "version": "3.1.3", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 972b4088..72541b9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydh-myydh-crud-api", - "version": "3.1.3", + "version": "3.2.0", "description": "Yeovil District Hospital NHSFT's RESTful CRUD API for the MyYDH app", "main": "src/app.js", "repository": "git+https://github.com/Fdawgs/ydh-myydh-crud-api.git",