Skip to content

Commit 186bb75

Browse files
chore: GCForms API release v1.8.2
1 parent 61c5017 commit 186bb75

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.1"
2+
".": "1.8.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.8.2](https://github.com/cds-snc/forms-api/compare/v1.8.1...v1.8.2) (2026-06-08)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** lock file maintenance ([#373](https://github.com/cds-snc/forms-api/issues/373)) ([31c39b4](https://github.com/cds-snc/forms-api/commit/31c39b41aa45d8cd0686714ef5d0d60c602bf0d4))
9+
* **deps:** lock file maintenance ([#379](https://github.com/cds-snc/forms-api/issues/379)) ([61c5017](https://github.com/cds-snc/forms-api/commit/61c501701e64568594f2fd818794da825f0b2ebe))
10+
* **deps:** update all minor dependencies to v10.34.1 ([#378](https://github.com/cds-snc/forms-api/issues/378)) ([af7fa0d](https://github.com/cds-snc/forms-api/commit/af7fa0d95615dd2c61b7ac73b3d777ef5baf51c8))
11+
* **deps:** update all non-major github action dependencies ([#371](https://github.com/cds-snc/forms-api/issues/371)) ([f9e7b46](https://github.com/cds-snc/forms-api/commit/f9e7b4664b2c6358f0966bb8af2e79a078585b2b))
12+
* **deps:** update dependency pyjwt to v2.13.0 ([#372](https://github.com/cds-snc/forms-api/issues/372)) ([2915574](https://github.com/cds-snc/forms-api/commit/291557491d1b9c2a4ba4281998b1af56402a5da3))
13+
* **deps:** update dependency vitest to v4 [security] ([#375](https://github.com/cds-snc/forms-api/issues/375)) ([bb7542e](https://github.com/cds-snc/forms-api/commit/bb7542e9b3b00ada194101ffae2a62059de32cfc))
14+
* remove unused responseRetriever utility script ([#377](https://github.com/cds-snc/forms-api/issues/377)) ([3de48f2](https://github.com/cds-snc/forms-api/commit/3de48f29b9e0294c18d81131aa84c20072825104))
15+
316
## [1.8.1](https://github.com/cds-snc/forms-api/compare/v1.8.0...v1.8.1) (2026-06-01)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms-api",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Machine-to-machine interface for downloading form submissions",
55
"repository": "git@github.com:cds-snc/forms-api.git",
66
"type": "module",

0 commit comments

Comments
 (0)