Skip to content

Commit c8a7c54

Browse files
chore: GCForms API release v1.3.3 (#138)
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
1 parent 4584e9d commit c8a7c54

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-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.2"
2+
".": "1.3.3"
33
}

CHANGELOG.md

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

3+
## [1.3.3](https://github.com/cds-snc/forms-api/compare/v1.3.2...v1.3.3) (2025-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update all patch dependencies ([#130](https://github.com/cds-snc/forms-api/issues/130)) ([276b04d](https://github.com/cds-snc/forms-api/commit/276b04d18a57ade1269b41219faff9bb2e46ef6d))
9+
* **deps:** update all patch dependencies ([#145](https://github.com/cds-snc/forms-api/issues/145)) ([09a4422](https://github.com/cds-snc/forms-api/commit/09a4422548f8471af195828b42c338986b851eee))
10+
* **deps:** update dependency axios to v1.8.2 [security] ([#140](https://github.com/cds-snc/forms-api/issues/140)) ([627ffd8](https://github.com/cds-snc/forms-api/commit/627ffd870e54d9b232ba8c42613c1957ab6ade05))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* **deps-dev:** bump vitest from 2.1.8 to 2.1.9 ([#137](https://github.com/cds-snc/forms-api/issues/137)) ([4a6d4de](https://github.com/cds-snc/forms-api/commit/4a6d4de5b6d73ce30f5929fa3f75c9482205f9e6))
16+
* **deps:** lock file maintenance ([#129](https://github.com/cds-snc/forms-api/issues/129)) ([9f5a49c](https://github.com/cds-snc/forms-api/commit/9f5a49cd08e22a8d4973189ee64f8e79e1b9de4f))
17+
* **deps:** lock file maintenance ([#144](https://github.com/cds-snc/forms-api/issues/144)) ([4584e9d](https://github.com/cds-snc/forms-api/commit/4584e9d43083a6292d0bf7da7e490a722f28f314))
18+
* **deps:** update all non-major github action dependencies ([#131](https://github.com/cds-snc/forms-api/issues/131)) ([ac24732](https://github.com/cds-snc/forms-api/commit/ac247327b58ee4a22a1d4b2d06e4dba73353604f))
19+
* **deps:** update all non-major github action dependencies ([#143](https://github.com/cds-snc/forms-api/issues/143)) ([71ffac1](https://github.com/cds-snc/forms-api/commit/71ffac1aba46ad8d91c7fd855752a93558f2f4db))
20+
* **deps:** update dependency cryptography to v44 [security] ([#135](https://github.com/cds-snc/forms-api/issues/135)) ([464dc75](https://github.com/cds-snc/forms-api/commit/464dc75c40fb8c8d4d64738c9d11a275e64fa021))
21+
* **deps:** update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to 577ed42 ([#142](https://github.com/cds-snc/forms-api/issues/142)) ([e91fc48](https://github.com/cds-snc/forms-api/commit/e91fc48e15918a8611750e5c31db6b27864253b4))
22+
* synced file(s) with cds-snc/site-reliability-engineering ([#134](https://github.com/cds-snc/forms-api/issues/134)) ([a72ca11](https://github.com/cds-snc/forms-api/commit/a72ca11976250cc0ba700fb78018ee936480fe23))
23+
24+
25+
### Code Refactoring
26+
27+
* rework error logs to reduce noise on Slack ([#141](https://github.com/cds-snc/forms-api/issues/141)) ([8cac23c](https://github.com/cds-snc/forms-api/commit/8cac23ca46f361a270da056942ca3e907c2eb8f3))
28+
329
## [1.3.2](https://github.com/cds-snc/forms-api/compare/v1.3.1...v1.3.2) (2025-02-03)
430

531

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