Skip to content

Commit

Permalink
bump: 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Dec 26, 2022
1 parent 61d7d0f commit 2c6616d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.12.0] - 2022-12-26
### Change
- Update dependencies
- Robust and streaming transfer for every browser when using passwordless protection

### Added
- (internal) Add E2E testing

### Fixed
- Improve HTTP status checking

## [0.11.0] - 2022-09-20
### Change
- Improve error message in key exchange
Expand Down Expand Up @@ -411,7 +422,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
- First release

[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.12.0...v0.11.0
[0.11.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.8.0...v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piping-ui",
"version": "0.11.1-SNAPSHOT",
"version": "0.12.0",
"private": true,
"author": "Ryo Ota <[email protected]> (https://github.com/nwtgck)",
"scripts": {
Expand Down

0 comments on commit 2c6616d

Please sign in to comment.