Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent 419b29f commit 484e79a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.1.0](https://github.com/groupme-js/node-groupme/compare/v4.0.0...v4.1.0) (2023-11-15)


### Bug Fixes

* :adhesive_bandage: fix imports ([8a2f7c5](https://github.com/groupme-js/node-groupme/commit/8a2f7c5ea7667f38467186949a0f5929a50d0bad))
* :bug: fetch /group/:id instead of /group/:id/members ([a8775f5](https://github.com/groupme-js/node-groupme/commit/a8775f5f49dc5b851cecb561a8717092e901ae11))


### Features

* Implemented fetchAll for MemberManager ([425d0c0](https://github.com/groupme-js/node-groupme/commit/425d0c06850f4ace3bac6139e027de0054cb6bfa))

# [4.0.0](https://github.com/groupme-js/node-groupme/compare/v3.2.2...v4.0.0) (2023-11-04)


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": "4.0.0",
"version": "4.1.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 484e79a

Please sign in to comment.