Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.2...v0.3.0) (2018-09-10)

### Bug Fixes

* Escape branch name that contains / in its name ([9373657](9373657))
* language should not be undefined ([a2dc7c2](a2dc7c2))

### Features

* Add RTD URL into not comment but the PR body ([c205693](c205693))
  • Loading branch information
semantic-release-bot committed Sep 10, 2018
1 parent c205693 commit e851eeb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.3.0](https://github.com/KengoTODA/rtd-bot/compare/v0.2.2...v0.3.0) (2018-09-10)


### Bug Fixes

* Escape branch name that contains / in its name ([9373657](https://github.com/KengoTODA/rtd-bot/commit/9373657))
* language should not be undefined ([a2dc7c2](https://github.com/KengoTODA/rtd-bot/commit/a2dc7c2))


### Features

* Add RTD URL into not comment but the PR body ([c205693](https://github.com/KengoTODA/rtd-bot/commit/c205693))

## [0.2.2](https://github.com/KengoTODA/rtd-bot/compare/v0.2.1...v0.2.2) (2018-09-07)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtd-bot",
"version": "0.2.2",
"version": "0.3.0",
"description": "An unofficial GitHub Probot that helps reveiwing on Read The Docs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e851eeb

Please sign in to comment.