Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 11, 2024
1 parent 05a557e commit 5b1faae
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-11)


### 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idrc-cms-authenticator",
"version": "1.0.0",
"version": "1.1.0",
"engines": {
"node": ">=20"
},
Expand Down

0 comments on commit 5b1faae

Please sign in to comment.