Skip to content

Commit 51cd218

Browse files
Release: version 1.0.1 (#38)
* Update version in manifest * Update version in package.json * Add a changelog and describe 1.0.1 release
1 parent 365ae37 commit 51cd218

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/resources/Extension-Description.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@
2020
All stored items are saved in the local memory of your browser - there's no database used or remote server.
2121
Your data stays with you.
2222

23+
<b>Changelog:</b>
24+
<b>1.0.1</b>
25+
<li>Fixed a bug where reopening a session affected incorrect window</li>
26+

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Session Storage",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55

66
"permissions": [
77
"activeTab",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "session-storage",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Mozilla Firefox extension plugin to store and manage browsing sessions",
55
"main": "manifest.json",
66
"scripts": {

0 commit comments

Comments
 (0)