Skip to content

Commit

Permalink
chore: GCForms release v3.8.1 (#2826)
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 Nov 6, 2023
1 parent 1671edd commit 37ab229
Show file tree
Hide file tree
Showing 3 changed files with 10 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.8.0"
".": "3.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.8.1](https://github.com/cds-snc/platform-forms-client/compare/v3.8.0...v3.8.1) (2023-11-06)


### Miscellaneous Chores

* Fix typos and improve French content ([#2801](https://github.com/cds-snc/platform-forms-client/issues/2801)) ([1b7a9c3](https://github.com/cds-snc/platform-forms-client/commit/1b7a9c337f2c24c358f54a060e14962a52c1ef18))
* Remove isSaveable check ([#2823](https://github.com/cds-snc/platform-forms-client/issues/2823)) ([1671edd](https://github.com/cds-snc/platform-forms-client/commit/1671edd268566681623d53229ef84ec322c1ea38))

## [3.8.0](https://github.com/cds-snc/platform-forms-client/compare/v3.7.0...v3.8.0) (2023-11-06)


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.8.0",
"version": "3.8.1",
"private": true,
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seeds/seed_cli.ts --environment=development"
Expand Down

0 comments on commit 37ab229

Please sign in to comment.