Skip to content

Commit 0861cd6

Browse files
Release 4.0.10
1 parent 9a8dcf5 commit 0861cd6

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ released, so keep these headings in this exact shape.
1111

1212
## [Unreleased]
1313

14+
## [4.0.10] - 2026-07-14
15+
1416
### Added
1517
- Popup and About page now link to a free exposure scan at dontpoke.me.
1618

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "linkslinger",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "Chrome extension for selecting multiple links via click-and-drag and performing bulk actions.",
55
"private": true,
66
"scripts": {

src/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": "LinkSlinger: Open Multiple Links at Once",
4-
"version": "4.0.9",
4+
"version": "4.0.10",
55
"description": "Select multiple links with a drag, then open all in new tabs, copy, or bookmark them at once. Privacy first, open source.",
66

77
"action": {

0 commit comments

Comments
 (0)