diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca903b2..699e5bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,10 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [1.1.3](https://github.com/chentsulin/electron-react-boilerplate/compare/v1.1.2...v1.1.3) (2018-09-22)
+
+
+
## [1.1.2](https://github.com/chentsulin/electron-react-boilerplate/compare/v1.1.1...v1.1.2) (2018-09-22)
diff --git a/package.json b/package.json
index 31b18fa..c621f77 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "picart",
"productName": "PicArt",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "A handy image editor powered by electron.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",