From 90ac32d92b3774f49917ae05377e36337c49c3fb Mon Sep 17 00:00:00 2001 From: Bharathvaj Ganesan Date: Sat, 22 Sep 2018 13:47:02 +0530 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 9 +++++++++ package.json | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 558828d..19eebd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Change Log + +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.1](https://github.com/chentsulin/electron-react-boilerplate/compare/v1.1.0...v1.1.1) (2018-09-22) + + + # 0.15.0 (2018.8.25) - Performance: cache webpack uglify results diff --git a/package.json b/package.json index 0dd7846..d96c7bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "picart", "productName": "PicArt", - "version": "1.1.0", + "version": "1.1.1", "description": "A handy image editor powered by electron.", "scripts": { "build": "concurrently \"yarn build-main\" \"yarn build-renderer\"", @@ -14,7 +14,7 @@ "lint-fix": "yarn --silent lint --fix; exit 0", "lint-styles": "stylelint --ignore-path .eslintignore '**/*.*(css|scss)' --syntax scss", "lint-styles-fix": "yarn --silent lint-styles --fix; exit 0", - "package": "yarn build && electron-builder build --publish never", + "package": "standard-version && yarn build && electron-builder build --publish never", "package-all": "yarn build && electron-builder build -mwl", "package-linux": "yarn build && electron-builder build --linux", "package-win": "yarn build && electron-builder build --win --x64", @@ -180,6 +180,7 @@ "sass-loader": "^7.0.3", "sinon": "^6.1.4", "spectron": "^3.8.0", + "standard-version": "^4.4.0", "style-loader": "^0.21.0", "stylelint": "^9.4.0", "stylelint-config-standard": "^18.2.0",