Skip to content

Commit 484e79a

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2023-11-15) ### Bug Fixes * 🩹 fix imports ([8a2f7c5](8a2f7c5)) * 🐛 fetch /group/:id instead of /group/:id/members ([a8775f5](a8775f5)) ### Features * Implemented fetchAll for MemberManager ([425d0c0](425d0c0))
1 parent 419b29f commit 484e79a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.1.0](https://github.com/groupme-js/node-groupme/compare/v4.0.0...v4.1.0) (2023-11-15)
2+
3+
4+
### Bug Fixes
5+
6+
* :adhesive_bandage: fix imports ([8a2f7c5](https://github.com/groupme-js/node-groupme/commit/8a2f7c5ea7667f38467186949a0f5929a50d0bad))
7+
* :bug: fetch /group/:id instead of /group/:id/members ([a8775f5](https://github.com/groupme-js/node-groupme/commit/a8775f5f49dc5b851cecb561a8717092e901ae11))
8+
9+
10+
### Features
11+
12+
* Implemented fetchAll for MemberManager ([425d0c0](https://github.com/groupme-js/node-groupme/commit/425d0c06850f4ace3bac6139e027de0054cb6bfa))
13+
114
# [4.0.0](https://github.com/groupme-js/node-groupme/compare/v3.2.2...v4.0.0) (2023-11-04)
215

316

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": "4.0.0",
3+
"version": "4.1.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)