Skip to content

Commit

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

## [Unreleased]

## [0.4.0] - 2018-01-22
### Changed
- Rules can be JS regexes
- Rules are treated as JS regexes now

## [0.3.3] - 2017-09-03
### Added
Expand Down Expand Up @@ -57,7 +59,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Initial implementation

[Unreleased]: https://github.com/dguo/pawblock/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/dguo/pawblock/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/dguo/pawblock/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/dguo/pawblock/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/dguo/pawblock/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/dguo/pawblock/compare/v0.3.0...v0.3.1
Expand Down
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": "PawBlock",
"version": "0.3.3",
"version": "0.4.0",
"description": "Block websites to prevent procrastination and excessive web surfing.",
"applications": {
"gecko": {
Expand Down

0 comments on commit 5cc9878

Please sign in to comment.