Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.2...v0.4.0) (2018-09-18)

### Bug Fixes

* make error message around config more intuitive ([88195f3](88195f3))

### Features

* add a method to get numeric project ID via official WebAPI ([ec3d3db](ec3d3db))
* Add a method to load all configured languages ([56f74f4](56f74f4))
* add current config into report to end users ([f234f98](f234f98))
* display multiple URLs when project uses translations ([dc6a004](dc6a004))
* enable build for all translations at once ([9eaf4a0](9eaf4a0))
* introduce retry ([992be29](992be29))
  • Loading branch information
semantic-release-bot committed Sep 18, 2018
1 parent 0495f5c commit e4adfe2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.4.0](https://github.com/KengoTODA/rtd-bot/compare/v0.3.2...v0.4.0) (2018-09-18)


### Bug Fixes

* make error message around config more intuitive ([88195f3](https://github.com/KengoTODA/rtd-bot/commit/88195f3))


### Features

* add a method to get numeric project ID via official WebAPI ([ec3d3db](https://github.com/KengoTODA/rtd-bot/commit/ec3d3db))
* Add a method to load all configured languages ([56f74f4](https://github.com/KengoTODA/rtd-bot/commit/56f74f4))
* add current config into report to end users ([f234f98](https://github.com/KengoTODA/rtd-bot/commit/f234f98))
* display multiple URLs when project uses translations ([dc6a004](https://github.com/KengoTODA/rtd-bot/commit/dc6a004))
* enable build for all translations at once ([9eaf4a0](https://github.com/KengoTODA/rtd-bot/commit/9eaf4a0))
* introduce retry ([992be29](https://github.com/KengoTODA/rtd-bot/commit/992be29))

## [0.3.2](https://github.com/KengoTODA/rtd-bot/compare/v0.3.1...v0.3.2) (2018-09-10)


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.3.2",
"version": "0.4.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 e4adfe2

Please sign in to comment.