Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed May 29, 2021
1 parent 89d5645 commit 1399de4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2021-05-30

### Changed

- dist use go:embed, Need Golong >= 1.16
- Remove server websocket replace newline

### Fixed

- Fix server websocket messageType

## [0.2.0] - 2021-04-24

### Added
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": "filegogo",
"version": "0.2.0",
"version": "0.3.0",
"description": "A file transfer tool that can be used in the browser webrtc p2p",
"main": "index.js",
"license": "MIT",
Expand Down

1 comment on commit 1399de4

@vercel
Copy link

@vercel vercel bot commented on 1399de4 May 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.