Skip to content

Commit

Permalink
2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaszhix committed Jul 14, 2019
1 parent 99b4369 commit e348bda
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/manifest_chrome.dev.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "TM5K",
"version": "2.9.0",
"version": "2.9.1",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "TM5K",
"version": "2.9.0",
"version": "2.9.1",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "TM5K",
"version": "2.9.0",
"version": "2.9.1",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"icons": {
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#### Release Notes

##### v2.9.1 / *7-13-19*

* Updated dependencies.
* Fixed a bug causing existing sessions to be overwritten when importing sessions from a JSON file.
* Fixed the sessions list not reflecting the latest state during imports and exports.
* Fixed a build failure when the `dist` directory doesn't exist.

##### v2.9.0 / *7-5-19*

* Updated dependencies.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-master-5000",
"version": "2.9.0",
"version": "2.9.1",
"description": "Tab Master 5000",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"build-chrome": "cross-env NODE_ENV=production DEV_ENV=chrome npm run build-all",
"build-firefox": "cross-env NODE_ENV=production DEV_ENV=firefox npm run build-all",
"build-sources": "cross-env NODE_ENV=production SKIP_MINIFY=true npm run build-firefox",
"sentry-new-release": "sentry-cli releases -o jason-hicks new -p tm5k 2.9.0"
"sentry-new-release": "sentry-cli releases -o jason-hicks new -p tm5k 2.9.1"
},
"homepage": "https://chrome.google.com/webstore/detail/tab-master-5000-tab-swiss/mippmhcfjhliihkkdobllhpdnmmciaim",
"keywords": [
Expand Down

0 comments on commit e348bda

Please sign in to comment.