From 6c6a2ea97dd9c9bf3d7797f3d353fb18faf0ba6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:43:46 +0000 Subject: [PATCH] chore(main): release 11.1.13 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d77b2c..fc543147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [11.1.13](https://github.com/Fdawgs/yh-sider-obfuscation-service/compare/v11.1.12...v11.1.13) (2023-12-02) + + +### Dependencies + +* **deps-dev:** bump nodemon from 3.0.1 to 3.0.2 ([#1446](https://github.com/Fdawgs/yh-sider-obfuscation-service/issues/1446)) ([b0ceef3](https://github.com/Fdawgs/yh-sider-obfuscation-service/commit/b0ceef334413803ffbf4502500b9a97ee0006900)) +* **deps-dev:** bump the eslint group with 1 update ([#1445](https://github.com/Fdawgs/yh-sider-obfuscation-service/issues/1445)) ([73add80](https://github.com/Fdawgs/yh-sider-obfuscation-service/commit/73add80d9dd8729b39b37520fb9b76be61319a77)) +* **deps-dev:** bump the eslint group with 1 update ([#1448](https://github.com/Fdawgs/yh-sider-obfuscation-service/issues/1448)) ([5046fca](https://github.com/Fdawgs/yh-sider-obfuscation-service/commit/5046fcaf4a2e064f8b00b7a475255a514b0a8b6f)) + + +### Miscellaneous + +* **.eslintrc:** update no-param-reassign rule to ignore obj refs ([98ea62b](https://github.com/Fdawgs/yh-sider-obfuscation-service/commit/98ea62baedd366a7cc4136769fcadad908ea4a9c)) + + +### Continuous integration + +* **dependabot:** ignore release-please-action major updates ([4cd11d5](https://github.com/Fdawgs/yh-sider-obfuscation-service/commit/4cd11d57c901835a2bd0916f619633173136c141)) + ## [11.1.12](https://github.com/Fdawgs/yh-sider-obfuscation-service/compare/v11.1.11...v11.1.12) (2023-12-01) diff --git a/package-lock.json b/package-lock.json index fe7ca348..53d6b7ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yh-sider-obfuscation-service", - "version": "11.1.12", + "version": "11.1.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yh-sider-obfuscation-service", - "version": "11.1.12", + "version": "11.1.13", "license": "MIT", "dependencies": { "@blackpear/obfuscated-querystring": "^1.0.0", diff --git a/package.json b/package.json index 3804d70c..3bcee215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yh-sider-obfuscation-service", - "version": "11.1.12", + "version": "11.1.13", "description": "Yeovil Hospital's SIDeR contextual link obfuscation service", "main": "dist/app.js", "type": "commonjs",