Skip to content

Commit 56b995b

Browse files
chore: GCForms API release v1.3.2 (#128)
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
1 parent 91d3b6a commit 56b995b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.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.3.1"
2+
".": "1.3.2"
33
}

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/cds-snc/forms-api/compare/v1.3.1...v1.3.2) (2025-02-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Corepack Error ([#132](https://github.com/cds-snc/forms-api/issues/132)) ([91d3b6a](https://github.com/cds-snc/forms-api/commit/91d3b6a3a30424f3083e9c4878b9bf39ad1ac225))
9+
* **deps:** update all minor dependencies ([#120](https://github.com/cds-snc/forms-api/issues/120)) ([1151e13](https://github.com/cds-snc/forms-api/commit/1151e134bcfc87d0bf7a3cd76786c70b8cba97ed))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **deps:** lock file maintenance ([#121](https://github.com/cds-snc/forms-api/issues/121)) ([e300f25](https://github.com/cds-snc/forms-api/commit/e300f25c6b68ab1d1d1cd6635d8597cb3e5132ee))
15+
* **deps:** update all non-major github action dependencies ([#119](https://github.com/cds-snc/forms-api/issues/119)) ([b77d016](https://github.com/cds-snc/forms-api/commit/b77d016f68225756331e8953b5defe152bd1606f))
16+
* **deps:** update dependency pyjwt to v2.10.1 [security] ([#123](https://github.com/cds-snc/forms-api/issues/123)) ([97ea8ba](https://github.com/cds-snc/forms-api/commit/97ea8ba75d73b084c6cb0e87078478ab7a547dc8))
17+
* **deps:** update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to 6155a48 ([#125](https://github.com/cds-snc/forms-api/issues/125)) ([3b3115c](https://github.com/cds-snc/forms-api/commit/3b3115c46814dd6c422dcbe889dee66d278b3877))
18+
* synced file(s) with cds-snc/site-reliability-engineering ([#126](https://github.com/cds-snc/forms-api/issues/126)) ([df707f0](https://github.com/cds-snc/forms-api/commit/df707f052c519077f5cf37ecdce396ae667fcba1))
19+
320
## [1.3.1](https://github.com/cds-snc/forms-api/compare/v1.3.0...v1.3.1) (2024-12-18)
421

522

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.3.1",
3+
"version": "1.3.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)