Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.2.0...v4.0.0) (2021-04-23)

### Features

* 🎸 すべてのエンドポイントに対応しました ([c10dc8c](c10dc8c))

### BREAKING CHANGES

* 🧨 Clientは下位互換性がありません

[@suin/esa-openapi](https://github.com/suin/esa-openapi)を使い、クライアントライブラリを自動生成するようにしました。これにより、esa APIのすべてのエンドポイントに対応することとなりました。
  • Loading branch information
semantic-release-bot committed Apr 23, 2021
1 parent c489ef3 commit da0693b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0](https://github.com/suin/esa-api/compare/v3.2.0...v4.0.0) (2021-04-23)


### Features

* 🎸 すべてのエンドポイントに対応しました ([c10dc8c](https://github.com/suin/esa-api/commit/c10dc8c007eec39098bfdde50c894b8428b3a1e5))


### BREAKING CHANGES

* 🧨 Clientは下位互換性がありません

[@suin/esa-openapi](https://github.com/suin/esa-openapi)を使い、クライアントライブラリを自動生成するようにしました。これにより、esa APIのすべてのエンドポイントに対応することとなりました。

# [3.2.0](https://github.com/suin/esa-api/compare/v3.1.0...v3.2.0) (2021-03-24)


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": "3.2.0",
"version": "4.0.0",
"description": "esa.io APIクライアント",
"keywords": [
"esa"
Expand Down

0 comments on commit da0693b

Please sign in to comment.