Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AoDev committed May 6, 2018
1 parent db89a42 commit cf1a39b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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.0"></a>
# 1.1.0 (2018-05-06)

First version with official release and auto-update.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Kaiku",
"productName": "Kaiku",
"version": "1.0.0",
"version": "1.1.0",
"description": "Kaiku Music Player",
"main": "./main.dist.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kaiku",
"productName": "Kaiku",
"version": "1.0.0",
"version": "1.1.0",
"description": "Kaiku Music Player for Winamp nostalgic and local music files.",
"main": "main.dist.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"start": "cross-env NODE_ENV=production electron ./app/",
"trash:release": "trash ./release ./app/main.js ./app/main.js.map ./app/bundle.js ./app/bundle.js.map ./app/style.css ./app/style.css.map",
"test": "jest",
"publish": "build -p always",
"deploy": "build -p always",
"release": "standard-version"
},
"build": {
Expand Down

0 comments on commit cf1a39b

Please sign in to comment.