Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2020-04-20)

### Features

* **base:** enable get release notes from github ([6d08a95](6d08a95))
  • Loading branch information
semantic-release-bot committed Apr 20, 2020
1 parent 6d08a95 commit ab8745d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/eclass/renovate-config/compare/v1.4.0...v1.5.0) (2020-04-20)


### Features

* **base:** enable get release notes from github ([6d08a95](https://github.com/eclass/renovate-config/commit/6d08a9576e19bd3b08f9e1b2818207c8ce30f185))

# [1.4.0](https://github.com/eclass/renovate-config/compare/v1.3.0...v1.4.0) (2020-02-14)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclass/renovate-config",
"version": "1.4.0",
"version": "1.5.0",
"description": "A shareable renovate-config to eclass projects",
"main": "",
"scripts": {},
Expand Down Expand Up @@ -87,7 +87,9 @@
"commitBody": "[skip ci]",
"node": {
"enabled": true,
"supportPolicy": ["active"]
"supportPolicy": [
"active"
]
}
},
"js-app": {
Expand Down

0 comments on commit ab8745d

Please sign in to comment.