Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharathvaj Ganesan authored and Bharathvaj Ganesan committed Sep 22, 2018
1 parent 1a81569 commit 90ac32d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.1.1"></a>
## [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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 90ac32d

Please sign in to comment.