Skip to content

Commit

Permalink
Release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Scribblerockerz committed Apr 17, 2024
1 parent 1023329 commit 7cd4e0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

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

## [3.1.5] - 2024-04-17

### Fixes

- Trim null bytes from receiving payload

## [3.1.4] - 2024-04-16

### Fixes

- Race condition while decoding body

## [3.1.3] - 2022-05-26

### Dependencies

- Bump axios from 0.21.1 to 0.21.2 in /web ([#33](https://github.com/Scribblerockerz/cryptletter/issues/33))
Expand All @@ -17,10 +29,6 @@ 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.4",
"version": "3.1.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 7cd4e0b

Please sign in to comment.