Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Apr 6, 2018
1 parent 7f9177d commit aba48aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.2.1] - 2018-04-06
### Fixed
- Remove debugging console.logs
- Handle HTML credit with no paragraph tag
Expand All @@ -24,5 +26,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Added
- Initial implementation

[Unreleased]: https://github.com/dguo/picture-paint/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/dguo/picture-paint/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/dguo/picture-paint/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/dguo/picture-paint/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Picture Paint",
"version": "0.2.0",
"version": "0.2.1",
"author": "Danny Guo",
"homepage_url": "https://github.com/dguo/picture-paint",
"applications": {
Expand Down

0 comments on commit aba48aa

Please sign in to comment.