Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2019-09-01)

### Bug fixes

* set scope to empty when scope is set to deps and type to chore ([383d8a8](383d8a8))

### Dependencies

* [security] bump mixin-deep from 1.3.1 to 1.3.2 ([#45](https://github.com/WormieCorp/conventional-changelog-wormiecorp/issues//45)) ([1eea93b](1eea93b))
  • Loading branch information
semantic-release-bot committed Sep 1, 2019
1 parent cf71df9 commit ac85361
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# conventional-changelog-wormiecorp Changelog

## [1.0.3](https://github.com/WormieCorp/conventional-changelog-wormiecorp/compare/v1.0.2...v1.0.3) (2019-09-01)


### Bug fixes

* set scope to empty when scope is set to deps and type to chore ([383d8a8](https://github.com/WormieCorp/conventional-changelog-wormiecorp/commit/383d8a8))


### Dependencies

* [security] bump mixin-deep from 1.3.1 to 1.3.2 ([#45](https://github.com/WormieCorp/conventional-changelog-wormiecorp/issues//45)) ([1eea93b](https://github.com/WormieCorp/conventional-changelog-wormiecorp/commit/1eea93b))

## [1.0.2](https://github.com/WormieCorp/conventional-changelog-wormiecorp/compare/v1.0.1...v1.0.2) (2019-06-08)


Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-wormiecorp",
"version": "1.0.2",
"version": "1.0.3",
"description": "conventional-changelog preset to be used in the wormiecorp organization",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -65,7 +65,11 @@
"preset": null,
"config": "./",
"releaseRules": [
{ "type": "chore", "scope": "deps", "release": "patch" }
{
"type": "chore",
"scope": "deps",
"release": "patch"
}
]
}
],
Expand Down

0 comments on commit ac85361

Please sign in to comment.