Comparing version 1.7.2 to 1.8.0
@@ -0,1 +1,17 @@ | ||
# 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.8.0"></a> | ||
# [1.8.0](https://gitlab.com/iiroj/app-bar/compare/v1.7.2...v1.8.0) (2018-08-16) | ||
### Features | ||
* Use standard-version ([3584814](https://gitlab.com/iiroj/app-bar/commit/3584814)) | ||
---- | ||
# Changelog | ||
@@ -2,0 +18,0 @@ All notable changes to this project will be documented in this file. |
{ | ||
"name": "app-bar", | ||
"version": "1.7.2", | ||
"version": "1.8.0", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -19,3 +19,7 @@ "license": "MIT", | ||
"lint": "tslint -p tsconfig.json", | ||
"build": "tsc --build tsconfig.build.json" | ||
"build": "tsc --build tsconfig.build.json", | ||
"version": "standard-version", | ||
"prerelease": "npm run lint && npm run build", | ||
"release": "git push --follow-tags origin master", | ||
"postrelease": "npm publish" | ||
}, | ||
@@ -27,3 +31,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@types/react": "^16.4.8", | ||
"@types/react": "^16.4.11", | ||
"@types/react-dom": "^16.0.7", | ||
@@ -36,2 +40,3 @@ "css-wipe": "^4.3.0", | ||
"react-dom": "^16.4.2", | ||
"standard-version": "^4.4.0", | ||
"tslint": "^5.11.0", | ||
@@ -38,0 +43,0 @@ "tslint-config-prettier": "^1.14.0", |
15786
15