diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..30b6d45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d8bca..7e5c1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to Geething are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Versioning follows [Semantic Versioning](https://semver.org/). +## [0.10.1](https://github.com/bartekmp/geething/compare/geething-v0.10.0...geething-v0.10.1) (2026-06-04) + + +### Bug Fixes + +* **attachments:** use downloads API instead of a.click() in popup ([#55](https://github.com/bartekmp/geething/issues/55)) ([668c3a7](https://github.com/bartekmp/geething/commit/668c3a74c5647239855414147835e3a10cc6a323)) + ## [0.10.0](https://github.com/bartekmp/geething/compare/geething-v0.9.1...geething-v0.10.0) (2026-06-03) diff --git a/package-lock.json b/package-lock.json index 12a8d19..d7b1fb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geething", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geething", - "version": "0.10.0", + "version": "0.10.1", "license": "GPL-3.0-only", "devDependencies": { "@vitest/coverage-v8": "^3.0.0", diff --git a/package.json b/package.json index 8e576e4..048b3da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geething", - "version": "0.10.0", + "version": "0.10.1", "description": "A Firefox extension for Gmail notifications with multi-account support", "private": true, "type": "module", diff --git a/src/manifest.json b/src/manifest.json index 6f2e429..b2ba387 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Geething", - "version": "0.10.0", + "version": "0.10.1", "description": "Multi-account Gmail notifications, badge counter, and quick email actions in a toolbar popup.", "author": "Geething contributors", "homepage_url": "https://github.com/bartekmp/geething",