diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f146397..41ea87d76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index df4f2b39b..24948a692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.2.1](https://github.com/cds-snc/forms-api/compare/v1.2.0...v1.2.1) (2024-11-04) + + +### Miscellaneous Chores + +* **deps:** lock file maintenance ([#100](https://github.com/cds-snc/forms-api/issues/100)) ([2a76214](https://github.com/cds-snc/forms-api/commit/2a76214eb68852c619e8cd329aaf3b4c99e91afc)) +* **deps:** update all non-major github action dependencies ([#97](https://github.com/cds-snc/forms-api/issues/97)) ([30c3c6c](https://github.com/cds-snc/forms-api/commit/30c3c6c2d677ca113ba66522d1fd52719479db56)) +* **deps:** update node.js to v22.10.0 ([#98](https://github.com/cds-snc/forms-api/issues/98)) ([7d070fa](https://github.com/cds-snc/forms-api/commit/7d070fa3f7ec9c107527cbe0eec3aa1a8b6438a2)) +* **deps:** update pnpm to v9.12.3 ([#99](https://github.com/cds-snc/forms-api/issues/99)) ([84fda56](https://github.com/cds-snc/forms-api/commit/84fda56cf47f61249fecfe847d368a2bbf4fd581)) + ## [1.2.0](https://github.com/cds-snc/forms-api/compare/v1.1.0...v1.2.0) (2024-11-01) diff --git a/package.json b/package.json index f0eeb4e6d..aba11119f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forms-api", - "version": "1.2.0", + "version": "1.2.1", "description": "Machine-to-machine interface for downloading form submissions", "repository": "git@github.com:cds-snc/forms-api.git", "type": "module",