Skip to content

Commit 0c87eba

Browse files
chore: GCForms API release v1.5.0 (#168)
Co-authored-by: cds-snc-release-bot[bot] <209540785+cds-snc-release-bot[bot]@users.noreply.github.com>
1 parent 07e9ae2 commit 0c87eba

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/cds-snc/forms-api/compare/v1.4.0...v1.5.0) (2025-05-27)
4+
5+
6+
### Features
7+
8+
* enable local communication with Zitadel ([#169](https://github.com/cds-snc/forms-api/issues/169)) ([1f5f7ea](https://github.com/cds-snc/forms-api/commit/1f5f7ea6f571735438c6159d31ebb61fdf1d6fec))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update all minor dependencies ([#165](https://github.com/cds-snc/forms-api/issues/165)) ([9aa8036](https://github.com/cds-snc/forms-api/commit/9aa8036e7beab8d19b5a9c44075ac1fa89740e0d))
14+
* **deps:** update all patch dependencies ([#164](https://github.com/cds-snc/forms-api/issues/164)) ([432910b](https://github.com/cds-snc/forms-api/commit/432910b85e081720f077be396f29c6a24965c268))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* **deps:** lock file maintenance ([#166](https://github.com/cds-snc/forms-api/issues/166)) ([07e9ae2](https://github.com/cds-snc/forms-api/commit/07e9ae227f7ad20105c4931a1c04c9a8fad3f8dd))
20+
* **deps:** update all non-major github action dependencies ([#172](https://github.com/cds-snc/forms-api/issues/172)) ([f339eb8](https://github.com/cds-snc/forms-api/commit/f339eb8835198b5d97c0cd4a0aee40c29d006f55))
21+
* **deps:** update mcr.microsoft.com/vscode/devcontainers/base:debian docker digest to a04e0d6 ([#163](https://github.com/cds-snc/forms-api/issues/163)) ([bd70e46](https://github.com/cds-snc/forms-api/commit/bd70e46171ffd77c74502f7b984613e2b3457567))
22+
* revert complex status endpoint logic ([#167](https://github.com/cds-snc/forms-api/issues/167)) ([c7dd49d](https://github.com/cds-snc/forms-api/commit/c7dd49d3bfbdb8c2aeb215b7a242749ba3d4a2dc))
23+
* update submission name pattern ([#174](https://github.com/cds-snc/forms-api/issues/174)) ([fd2c0c7](https://github.com/cds-snc/forms-api/commit/fd2c0c7bbdf999d3651154c415fe38a0c4e1b0f0))
24+
325
## [1.4.0](https://github.com/cds-snc/forms-api/compare/v1.3.4...v1.4.0) (2025-05-07)
426

527

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