Skip to content

Commit 8568a42

Browse files
committed
chore(release): v1.3.1
1 parent 5bf853e commit 8568a42

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to Session Snapshot will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2026-06-08
9+
10+
### Fixed
11+
12+
- Messaging listener in MV3 service worker now returns a Promise instead of `true`, restoring `sendResponse` reliability in Firefox MV3 (background → popup)
13+
- Resolved AMO validation errors and warnings blocking the listing review
14+
- Tests aligned to the renamed DOM helper functions
15+
16+
### CI
17+
18+
- Automated AMO publish workflow on `v*` tag push
19+
820
## [1.3.0] - 2026-05-24
921

1022
### Added

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Session Snapshot",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"default_locale": "it",
66
"description": "__MSG_extensionDescription__",
77
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "session-snapshot",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"description": "Firefox extension: save and restore browser window sessions with tabs and scroll positions.",
66
"scripts": {

0 commit comments

Comments
 (0)