diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af522f0..cddbaef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index deee3d9..5cd20ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.0](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v1.0.0...v1.1.0) (2024-12-10) + + +### Features + +* runs apk upgrade for security updates ([#65](https://github.com/inclusive-design/idrc-cms-authenticator/issues/65)) ([a588e02](https://github.com/inclusive-design/idrc-cms-authenticator/commit/a588e02d824e52ccb6f9f64b3f5597b60cb0c5c7)) + + +### Bug Fixes + +* **deps:** update dependency cookie-parser to v1.4.7 ([#60](https://github.com/inclusive-design/idrc-cms-authenticator/issues/60)) ([797102b](https://github.com/inclusive-design/idrc-cms-authenticator/commit/797102bcbe4e4482981823674fd2747ab35105c4)) +* **deps:** update dependency dotenv to v16.4.6 ([#75](https://github.com/inclusive-design/idrc-cms-authenticator/issues/75)) ([cfb10c7](https://github.com/inclusive-design/idrc-cms-authenticator/commit/cfb10c76722d6671f2990dbdeb6383e53de31916)) +* **deps:** update dependency dotenv to v16.4.7 ([#76](https://github.com/inclusive-design/idrc-cms-authenticator/issues/76)) ([730151b](https://github.com/inclusive-design/idrc-cms-authenticator/commit/730151b271c272b033b1d388d7868eab4bac812b)) +* **deps:** update dependency express to v4.20.0 ([#49](https://github.com/inclusive-design/idrc-cms-authenticator/issues/49)) ([ab110d3](https://github.com/inclusive-design/idrc-cms-authenticator/commit/ab110d397805235306af56cda9ed6d1311fda207)) +* **deps:** update dependency express to v4.21.0 ([#52](https://github.com/inclusive-design/idrc-cms-authenticator/issues/52)) ([0013fb9](https://github.com/inclusive-design/idrc-cms-authenticator/commit/0013fb9bec5207e9a6933c8120c42c2aac67ed2c)) +* **deps:** update dependency express to v4.21.1 ([#61](https://github.com/inclusive-design/idrc-cms-authenticator/issues/61)) ([4e714da](https://github.com/inclusive-design/idrc-cms-authenticator/commit/4e714da868f90833f742a42b427c10f09ac6cf5f)) +* **deps:** update dependency express to v4.21.2 ([#77](https://github.com/inclusive-design/idrc-cms-authenticator/issues/77)) ([7211873](https://github.com/inclusive-design/idrc-cms-authenticator/commit/72118735af632112bc2e4c038879ad202e53b029)) + ## [1.0.0](https://github.com/inclusive-design/idrc-cms-authenticator/compare/v1.0.0-beta.2...v1.0.0) (2024-06-27) diff --git a/package-lock.json b/package-lock.json index dc04a67..e49eb91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "idrc-cms-authenticator", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "idrc-cms-authenticator", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD-3-Clause", "dependencies": { "cookie-parser": "^1.4.6", diff --git a/package.json b/package.json index 3610d96..be0e117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "idrc-cms-authenticator", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": ">=20" },