Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2020-06-19)

### Features

* 🎸 treat 404 error on getPost() as a non-error path ([7f612fb](7f612fb))

### BREAKING CHANGES

* 🧨 getPost()の戻り値の型に下位互換性が無くなりました。
  • Loading branch information
semantic-release-bot committed Jun 19, 2020
1 parent 7f612fb commit 32cb95f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/suin/esa-api/compare/v1.1.0...v2.0.0) (2020-06-19)


### Features

* 🎸 treat 404 error on getPost() as a non-error path ([7f612fb](https://github.com/suin/esa-api/commit/7f612fb7ffb0bc6a8b5d1ca9d71e34dd6d271990))


### BREAKING CHANGES

* 🧨 getPost()の戻り値の型に下位互換性が無くなりました。

# [1.1.0](https://github.com/suin/esa-api/compare/v1.0.0...v1.1.0) (2020-06-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suin/esa-api",
"version": "1.1.0",
"version": "2.0.0",
"description": "esa.io APIクライアント",
"keywords": [
"esa"
Expand Down

0 comments on commit 32cb95f

Please sign in to comment.