diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fec9b7..17584a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.2.0](https://github.com/typographist/core/compare/v1.1.0...v1.2.0) (2018-12-25) + + +### Features + +* **package.json:** add commit script ([4173200](https://github.com/typographist/core/commit/4173200)) +* add semantic-release icon ([3ff2cba](https://github.com/typographist/core/commit/3ff2cba)) + # [1.1.0](https://github.com/typographist/core/compare/v1.0.0...v1.1.0) (2018-12-25) diff --git a/README.md b/README.md index 0a8ba69..63a69ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# @typographist/core [![Build Status](https://travis-ci.org/typographist/core.svg?branch=master)](https://travis-ci.org/typographist/core) [![Coverage Status](https://coveralls.io/repos/github/typographist/core/badge.svg?branch=master)](https://coveralls.io/github/typographist/core?branch=master) +# @typographist/core [![Build Status](https://travis-ci.org/typographist/core.svg?branch=master)](https://travis-ci.org/typographist/core) [![Coverage Status](https://coveralls.io/repos/github/typographist/core/badge.svg?branch=master)](https://coveralls.io/github/typographist/core?branch=master) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ## Readme diff --git a/package.json b/package.json index f30520e..67a8286 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "build": "npm run test && npm run clean && rollup -c", "clean": "rimraf lib es", + "commit": "git-cz", "coverage": "cat ./coverage/lcov.info | coveralls", "prettier": "prettier './**/**/**.{babelrc,prettierrc,json,js,eslintrc,spec}' --write", "semantic-release": "semantic-release",