Skip to content

Commit 688a10e

Browse files
chore(release): 2.3.0 [skip ci]
# [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))
1 parent b307e11 commit 688a10e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.3.0](https://github.com/groupme-js/node-groupme/compare/v2.2.0...v2.3.0) (2022-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **Groups:** remove unnecessary await in GroupManager#create ([2e0a94a](https://github.com/groupme-js/node-groupme/commit/2e0a94a399db6f6f37b482c0e2d9ab116add13af))
7+
* **Groups:** rename reqBody to body for consistent naming ([db9b776](https://github.com/groupme-js/node-groupme/commit/db9b776c9761ecf9bbb0ef7ae2e989e17f34327f))
8+
* **Groups:** send PostGroupBody instead of GroupCreateOptions ([79902a8](https://github.com/groupme-js/node-groupme/commit/79902a803c0b70f856dc837316dbb9d98cc2d734))
9+
* **Groups:** use the more specific PostGroupResponse alias ([f5c9a0c](https://github.com/groupme-js/node-groupme/commit/f5c9a0cd3197c27cecff2e9a0041184af6f61136))
10+
11+
12+
### Features
13+
14+
* **Groups:** add GroupManager create ([0aa27f0](https://github.com/groupme-js/node-groupme/commit/0aa27f0ba8d0a9533edea97669bbfead9f82a55a))
15+
116
# [2.2.0](https://github.com/groupme-js/node-groupme/compare/v2.1.0...v2.2.0) (2022-02-09)
217

318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-groupme",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "The only GroupMe API library that isn't a million years old.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)