Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.2...v3.1.0) (2021-03-24)

### Features

* 🎸 export Member type ([b987dc5](b987dc5))
* 🎸 support GET /v1/teams/:team_name/members ([b69aa08](b69aa08))
* 🎸 support pagination in getMembers ([cf335be](cf335be))
  • Loading branch information
semantic-release-bot committed Mar 24, 2021
1 parent b987dc5 commit c3a632c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.1.0](https://github.com/suin/esa-api/compare/v3.0.2...v3.1.0) (2021-03-24)


### Features

* 🎸 export Member type ([b987dc5](https://github.com/suin/esa-api/commit/b987dc5c77508907ddb096692db4477bea6ae9a9))
* 🎸 support GET /v1/teams/:team_name/members ([b69aa08](https://github.com/suin/esa-api/commit/b69aa08a72d0f56f7a59dcd07fe8301a7825fb15))
* 🎸 support pagination in getMembers ([cf335be](https://github.com/suin/esa-api/commit/cf335be7ec6692436b353eb5510b4cd5314ae8dd))

## [3.0.2](https://github.com/suin/esa-api/compare/v3.0.1...v3.0.2) (2020-06-22)


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

0 comments on commit c3a632c

Please sign in to comment.