Skip to content

Commit 6a2bdbd

Browse files
Release: version 1.0.2 (#54)
* Update version of the package * Update version of the application * Update the changelog
1 parent 0ed8ee2 commit 6a2bdbd

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/resources/Extension-Description.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@
2323
<b>Changelog:</b>
2424
<b>1.0.1</b>
2525
<li>Fixed a bug where reopening a session affected incorrect window</li>
26+
<b>1.0.2</b>
27+
<li>General accessibility improvements</li>
28+
<li>Fixed a behavior where performing action reloaded the popup</li>
2629

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.1",
4+
"version": "1.0.2",
55

66
"permissions": [
77
"activeTab",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "1.0.2",
44
"description": "Mozilla Firefox extension plugin to store and manage browsing sessions",
55
"main": "manifest.json",
66
"scripts": {

0 commit comments

Comments
 (0)