Skip to content

Commit 72f6ade

Browse files
authored
Merge pull request #11 from capacitor-community/security
fix(example): fix npm vulnerabilty
2 parents bbd5a9d + ec13927 commit 72f6ade

File tree

3 files changed

+23
-32
lines changed

3 files changed

+23
-32
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.4](https://github.com/capacitor-community/app-icon/compare/v2.0.3...v2.0.4) (2021-08-31)
4+
5+
### Minor Changes
6+
7+
* fix security vulnerability in example app
8+
39
## [2.0.3](https://github.com/capacitor-community/app-icon/compare/v2.0.2...v2.0.3) (2021-08-24)
410

511
### Minor Changes

example/package-lock.json

Lines changed: 16 additions & 31 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.3",
3+
"version": "2.0.4",
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)