Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Dec 14, 2024
1 parent 725437f commit 41c98b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.4.1 - 2024-12-14

### Fixed

- Fix CSP error in Chrome 130+.
Expand Down
2 changes: 1 addition & 1 deletion manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const manifest = defineManifest({
manifest_version: 3,
name: "Amazon URL Shortener",
description: "Automatically shorten Amazon product URL.",
version: "1.4.0",
version: "1.4.1",
icons: {
"16": "images/icon16.png",
"48": "images/icon48.png",
Expand Down

0 comments on commit 41c98b1

Please sign in to comment.