diff --git a/CHANGELOG.md b/CHANGELOG.md index e359252dd..91b5a5902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ + +## v1.1.12 (2022-06-01) + +#### :bug: Bug Fix +* [#1142](https://github.com/shipshapecode/swach/pull/1142) Fix dropper, wait for animation, Electron 19 ([@rwwagner90](https://github.com/rwwagner90)) + +#### Committers: 1 +- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) + ## v1.1.11 (2022-05-31) ## v1.1.10 (2022-05-31) diff --git a/electron-app/package.json b/electron-app/package.json index 72bab7a40..cf4b5319c 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -1,7 +1,7 @@ { "name": "swach", "productName": "swach", - "version": "1.1.11", + "version": "1.1.12", "description": "A robust color management tool for the modern age.", "main": "src/index.js", "scripts": { diff --git a/package.json b/package.json index 7fa14df63..dcf6c0031 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swach", - "version": "1.1.11", + "version": "1.1.12", "private": true, "description": "A robust color management tool for the modern age.", "repository": "https://github.com/shipshapecode/swach",