Skip to content

Commit eb5f57d

Browse files
chore: GCForms API release v1.3.1 (#117)
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
1 parent 917a3da commit eb5f57d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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.0"
2+
".": "1.3.1"
33
}

CHANGELOG.md

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

3+
## [1.3.1](https://github.com/cds-snc/forms-api/compare/v1.3.0...v1.3.1) (2024-12-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** lock file maintenance ([#115](https://github.com/cds-snc/forms-api/issues/115)) ([ca13d75](https://github.com/cds-snc/forms-api/commit/ca13d7545d64bfc471ce9d3f079b4efdd32912e4))
9+
* **deps:** update all minor dependencies ([#114](https://github.com/cds-snc/forms-api/issues/114)) ([a359b9b](https://github.com/cds-snc/forms-api/commit/a359b9be47291fb48488d761ec7a37afbd95eb19))
10+
* **deps:** update aws-actions/amazon-ecr-login digest to b430a9a ([#113](https://github.com/cds-snc/forms-api/issues/113)) ([bb16429](https://github.com/cds-snc/forms-api/commit/bb16429171468e274f03d5c23e1d979f87b18230))
11+
12+
13+
### Code Refactoring
14+
15+
* replace use of Status with new Status#CreatedAt attribute when requesting Vault items ([#116](https://github.com/cds-snc/forms-api/issues/116)) ([917a3da](https://github.com/cds-snc/forms-api/commit/917a3da54b3bd25f7336c62a9e22221be05aa4e9))
16+
317
## [1.3.0](https://github.com/cds-snc/forms-api/compare/v1.2.0...v1.3.0) (2024-11-18)
418

519

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