Skip to content

Commit

Permalink
bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kintesh committed Aug 30, 2019
1 parent eb622a1 commit 53f1c9e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.3.0] - 30 Aug 2019
### Changed
- Generalise the prefix key storage method.
- Move from yarn to npm.


## [3.2.0] - 9 Jul 2019
### Revert
- All unmapped urls now open outside of any container.
Expand Down Expand Up @@ -87,6 +93,7 @@ Various changes to build system.
- Get it for Firefox from https://addons.mozilla.org/en-US/firefox/addon/containerise


[3.3.0]: https://github.com/kintesh/containerise/compare/3.2.0...3.3.0
[3.2.0]: https://github.com/kintesh/containerise/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/kintesh/containerise/compare/3.0.1...3.1.0
[3.0.1]: https://github.com/kintesh/containerise/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion 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": "containerise",
"version": "3.2.0",
"version": "3.3.0",
"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.2.0",
"version": "3.3.0",

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

0 comments on commit 53f1c9e

Please sign in to comment.