Skip to content

Commit

Permalink
Update to v3.0.1 with bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kintesh committed Apr 8, 2019
1 parent 1bef0f6 commit c202820
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.0.1] - 8 Apr 2019
### Changed
- Fix a bug that prevented the user of `,` (comma) in regex.


## [3.0.0] - 19 Mar 2019
### Added
- Support internationalized domain names with punycode.
Expand Down Expand Up @@ -70,7 +75,8 @@ Various changes to build system.
- Get it for Firefox from https://addons.mozilla.org/en-US/firefox/addon/containerise



[3.0.1]: https://github.com/kintesh/containerise/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/kintesh/containerise/compare/2.5.1...3.0.0
[2.5.1]: https://github.com/kintesh/containerise/compare/2.5.0...2.5.1
[2.5.0]: https://github.com/kintesh/containerise/compare/2.4.0...2.5.0
[2.4.0]: https://github.com/kintesh/containerise/compare/2.3.0...2.4.0
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": "Containerise",
"version": "3.0.0",
"version": "3.0.1",
"description": "Firefox extension to automatically open websites in a container",
"main": "index.js",
"repository": "https://kintesh@github.com/kintesh/containerise.git",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version": 2,
"name": "Containerise",
"version": "3.0.0",
"version": "3.0.1",

"description": "Firefox extension to automatically open websites in a container",
"icons": {
Expand Down

0 comments on commit c202820

Please sign in to comment.