Skip to content

Commit

Permalink
Bump sem version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-robitaille committed May 5, 2023
1 parent a301653 commit de0850e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.0.4] 2023-05-05

### Fixed

- Expanding question inputs in form builder
- Language toggle not appearing on first page visit

## [3.0.3] 2023-05-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.0.4
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.0.3",
"version": "3.0.4",
"private": true,
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seeds/seed.ts --environment=development"
Expand Down

0 comments on commit de0850e

Please sign in to comment.