Skip to content

Commit

Permalink
chore(release): πŸ€–πŸ”–πŸš€ v1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.7...v1.2.0) (2021-09-06)

### ✨ Features

* **CI:** add semantic-release process ([#1](#1)) ([061d2ef](061d2ef))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Sep 6, 2021
1 parent 061d2ef commit b8e013f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit b8e013f

Please sign in to comment.