From 5a3ab0f55a5528b9bb65ae9623e4f30299ade63b Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 12 Oct 2022 17:31:32 -0500 Subject: [PATCH] 1.0.12 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 432e545..84cf204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @capacitor/assets +## 1.0.12 + +### Patch Changes + +- Fixed PWA icon source path + ## 1.0.11 ### Patch Changes diff --git a/package.json b/package.json index 8309a92..5910b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/assets", - "version": "1.0.11", + "version": "1.0.12", "description": "Generate icon and splash screen images for Capacitor apps", "homepage": "https://ionicframework.com", "author": "Ionic Team ",