Skip to content

Commit

Permalink
chore: GCForms release v3.9.1 (#3000)
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 Dec 5, 2023
1 parent 7b58279 commit 0d2451b
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
{
".": "3.9.0"
".": "3.9.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.9.1](https://github.com/cds-snc/platform-forms-client/compare/v3.9.0...v3.9.1) (2023-12-05)


### Bug Fixes

* run promises synchronously when making requests to DynamoDB ([7b58279](https://github.com/cds-snc/platform-forms-client/commit/7b582798d440962034ef9f2b8209e6bcb09b5a46))


### Miscellaneous Chores

* **deps:** update all non-major github action dependencies ([#2995](https://github.com/cds-snc/platform-forms-client/issues/2995)) ([be02cee](https://github.com/cds-snc/platform-forms-client/commit/be02cee47684c2053f7ad4cc71d257efa7068537))

## [3.9.0](https://github.com/cds-snc/platform-forms-client/compare/v3.8.3...v3.9.0) (2023-12-04)


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": "gcforms",
"version": "3.9.0",
"version": "3.9.1",
"private": true,
"prisma": {
"seed": "tsx prisma/seeds/seed_cli.ts --environment=development"
Expand Down

0 comments on commit 0d2451b

Please sign in to comment.