Skip to content

Commit 807fafa

Browse files
authored
chore: Chrome Extension 1.3.2 release (#13)
## Background Update the @simplepdf/web-embed-pdf dependency that fixes the issue where the document name was incorrectly inferred from the URL. This resulted in very long download name. ## Changes - Update the dependency - Update the Chrome extension manifest version
1 parent df92343 commit 807fafa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

chrome-extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "__MSG_app_name__",
33
"description": "__MSG_app_description__",
44
"default_locale": "en",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"manifest_version": 3,
77
"permissions": ["activeTab", "scripting", "storage"],
88
"host_permissions": ["<all_urls>"],

chrome-extension/package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chrome-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"package": "npm ci --production && zip -r release.zip . -x .prettierignore .prettierrc package-lock.json"
1313
},
1414
"dependencies": {
15-
"@simplepdf/web-embed-pdf": "^1.8.1"
15+
"@simplepdf/web-embed-pdf": "^1.8.2"
1616
},
1717
"devDependencies": {
1818
"prettier": "^3.3.3"

0 commit comments

Comments
 (0)