Skip to content

Commit 7358977

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.2.2...v4.0.0) (2023-11-04) ### Bug Fixes * 🐛 change user id type to `string | number` ([3129ebc](3129ebc)) * 🐛 fix bug causing minor performance issue ([206ca24](206ca24)) * 🚨 import Base for real instead of as a type-only import ([68f1205](68f1205)) ### Build System * 📌 update package-lock.json ([38e53a7](38e53a7)) ### Features * ⏪ reinstate BaseManager#fetch and avatar_url ([c7b4bf5](c7b4bf5)) * **Websocket:** 🚧 add event handlers for websockets ([c1ea762](c1ea762)) ### BREAKING CHANGES * WEBSOCKETS ARE HERE!!!!!! only took 1 year to complete B)
1 parent 0d19f88 commit 7358977

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [4.0.0](https://github.com/groupme-js/node-groupme/compare/v3.2.2...v4.0.0) (2023-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* :bug: change user id type to `string | number` ([3129ebc](https://github.com/groupme-js/node-groupme/commit/3129ebc8250486c42c06c54e3d9336c7d47c3871))
7+
* :bug: fix bug causing minor performance issue ([206ca24](https://github.com/groupme-js/node-groupme/commit/206ca24446eee770e67a7e4ae1af2ba7d64e50b9))
8+
* :rotating_light: import Base for real instead of as a type-only import ([68f1205](https://github.com/groupme-js/node-groupme/commit/68f12058293d8afb4b3661163782013626a94841))
9+
10+
11+
### Build System
12+
13+
* :pushpin: update package-lock.json ([38e53a7](https://github.com/groupme-js/node-groupme/commit/38e53a76772d779f50d65d6e99cefbb78d3638b3))
14+
15+
16+
### Features
17+
18+
* :rewind: reinstate BaseManager#fetch and avatar_url ([c7b4bf5](https://github.com/groupme-js/node-groupme/commit/c7b4bf51b8916d3b7ce89d426bd0cc3ca0286936))
19+
* **Websocket:** :construction: add event handlers for websockets ([c1ea762](https://github.com/groupme-js/node-groupme/commit/c1ea76214aa805bc5a44c1d2fe992ec6e490dd0e))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* WEBSOCKETS ARE HERE!!!!!! only took 1 year to complete B)
25+
126
## [3.2.2](https://github.com/groupme-js/node-groupme/compare/v3.2.1...v3.2.2) (2023-11-03)
227

328

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