Skip to content

Commit

Permalink
chore: GCForms API release v1.3.1 (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: sre-read-write[bot] <92993749+sre-read-write[bot]@users.noreply.github.com>
  • Loading branch information
sre-read-write[bot] authored Jan 7, 2025
1 parent 917a3da commit eb5f57d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.3.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.3.1](https://github.com/cds-snc/forms-api/compare/v1.3.0...v1.3.1) (2024-12-18)


### Miscellaneous Chores

* **deps:** lock file maintenance ([#115](https://github.com/cds-snc/forms-api/issues/115)) ([ca13d75](https://github.com/cds-snc/forms-api/commit/ca13d7545d64bfc471ce9d3f079b4efdd32912e4))
* **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))
* **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))


### Code Refactoring

* 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))

## [1.3.0](https://github.com/cds-snc/forms-api/compare/v1.2.0...v1.3.0) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forms-api",
"version": "1.3.0",
"version": "1.3.1",
"description": "Machine-to-machine interface for downloading form submissions",
"repository": "[email protected]:cds-snc/forms-api.git",
"type": "module",
Expand Down

0 comments on commit eb5f57d

Please sign in to comment.