Skip to content

Commit

Permalink
Release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribblerockerz committed Apr 16, 2024
1 parent 81e9e13 commit 62461e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [3.1.3] - 2022-05-26
## [3.1.4] - 2024-04-16

### Dependencies

Expand All @@ -17,6 +17,10 @@ All notable changes to this project will be documented in this file.

- Add git-cliff for changelog generation

### Fixes

- Race condition while decoding body

### Miscellaneous Tasks

- Replace yarn with pnpm for node dependencies
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "3.1.3",
"version": "3.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 62461e7

Please sign in to comment.