diff --git a/CHANGELOG.md b/CHANGELOG.md index ac78796..1ea6e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ > generated with [@semantic-release/changelog](https://github.com/semantic-release/changelog) + + +# [1.2.0](https://github.com/stackr23/preset-conventional-changelog/compare/v1.1.7...v1.2.0) (2021-09-06) + + +### :sparkles: Features + +* **CI:** add semantic-release process ([#1](https://github.com/stackr23/preset-conventional-changelog/issues/1)) ([061d2ef](https://github.com/stackr23/preset-conventional-changelog/commit/061d2ef22d361088eda0736651430ea730cacf3e)) + ## [1.1.7](https://github.com/stackr23/preset-conventional-changelog/compare/v1.1.6...v1.1.7) (2021-09-06) ### :recycle: Refactoring diff --git a/package.json b/package.json index 0df073e..321aa2e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.7", + "version": "1.2.0", "name": "@stackr23/preset-conventional-changelog", "description": "Stackr23's preset for conventional-changelog", "author": "Stefan Friedl", @@ -9,14 +9,23 @@ "lint": "eslint --fix --ext \".js,.jsx,.ts,.tsx\" . --quiet --format pretty && prettier **/*.{css,scss,md,json} --write" }, "main": "index.js", - "files": ["index.js", "src/*", "templates/*"], + "files": [ + "index.js", + "src/*", + "templates/*" + ], "repository": { "type": "git", "url": "git+https://github.com/stackr23/preset-conventional-changelog.git" }, "homepage": "https://github.com/stackr23/preset-conventional-changelog#readme", "bugs": "https://github.com/stackr23/preset-conventional-changelog/issues", - "keywords": ["conventional-changelog", "stackr23", "preset", "config"], + "keywords": [ + "conventional-changelog", + "stackr23", + "preset", + "config" + ], "publishConfig": { "access": "public", "tag": "latest"