Skip to content

Commit b9844a1

Browse files
authored
Merge pull request #10 from capacitor-community/security
fix(security): fix vulnerability in pkg dep
2 parents 5df4afd + 59b3978 commit b9844a1

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [2.0.3](https://github.com/capacitor-community/app-icon/compare/v2.0.2...v2.0.3) (2021-08-24)
4+
5+
### Minor Changes
6+
7+
* fix security vulnerability in package dependencies
8+
39
## [2.0.2](https://github.com/capacitor-community/app-icon/compare/v2.0.1...v2.0.2) (2021-06-29)
410

511
### Bug Fixes

package-lock.json

Lines changed: 8 additions & 8 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": "@capacitor-community/app-icon",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Capacitor community plugin for changing an iOS app icon.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)