Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2022-05-12)

### Bug Fixes

* **Groups:** remove unnecessary await in GroupManager#create ([2e0a94a](2e0a94a))
* **Groups:** rename reqBody to body for consistent naming ([db9b776](db9b776))
* **Groups:** send PostGroupBody instead of GroupCreateOptions ([79902a8](79902a8))
* **Groups:** use the more specific PostGroupResponse alias ([f5c9a0c](f5c9a0c))

### Features

* **Groups:** add GroupManager create ([0aa27f0](0aa27f0))
  • Loading branch information
semantic-release-bot committed May 12, 2022
1 parent b307e11 commit 688a10e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.3.0](https://github.com/groupme-js/node-groupme/compare/v2.2.0...v2.3.0) (2022-05-12)


### Bug Fixes

* **Groups:** remove unnecessary await in GroupManager#create ([2e0a94a](https://github.com/groupme-js/node-groupme/commit/2e0a94a399db6f6f37b482c0e2d9ab116add13af))
* **Groups:** rename reqBody to body for consistent naming ([db9b776](https://github.com/groupme-js/node-groupme/commit/db9b776c9761ecf9bbb0ef7ae2e989e17f34327f))
* **Groups:** send PostGroupBody instead of GroupCreateOptions ([79902a8](https://github.com/groupme-js/node-groupme/commit/79902a803c0b70f856dc837316dbb9d98cc2d734))
* **Groups:** use the more specific PostGroupResponse alias ([f5c9a0c](https://github.com/groupme-js/node-groupme/commit/f5c9a0cd3197c27cecff2e9a0041184af6f61136))


### Features

* **Groups:** add GroupManager create ([0aa27f0](https://github.com/groupme-js/node-groupme/commit/0aa27f0ba8d0a9533edea97669bbfead9f82a55a))

# [2.2.0](https://github.com/groupme-js/node-groupme/compare/v2.1.0...v2.2.0) (2022-02-09)


Expand Down
4 changes: 2 additions & 2 deletions 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": "node-groupme",
"version": "2.2.0",
"version": "2.3.0",
"description": "The only GroupMe API library that isn't a million years old.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 688a10e

Please sign in to comment.