Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.0...v2.5.0) (2022-05-15)

### Bug Fixes

* **Groups:** separate documentation of overloaded GroupManager#join ([999e0bf](999e0bf))
* **Groups:** validate invite link hostname ([c6d9b9e](c6d9b9e))

### Features

* **Groups:** implement GroupManager#join ([1422615](1422615))
  • Loading branch information
semantic-release-bot committed May 15, 2022
1 parent 332cf18 commit 004cc72
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 @@
# [2.5.0](https://github.com/groupme-js/node-groupme/compare/v2.4.0...v2.5.0) (2022-05-15)


### Bug Fixes

* **Groups:** separate documentation of overloaded GroupManager#join ([999e0bf](https://github.com/groupme-js/node-groupme/commit/999e0bf96178ed3c8879cd75a59762b7a50ea9ee))
* **Groups:** validate invite link hostname ([c6d9b9e](https://github.com/groupme-js/node-groupme/commit/c6d9b9ef22f74bcb7a5ecc04674855bb3e382942))


### Features

* **Groups:** implement GroupManager#join ([1422615](https://github.com/groupme-js/node-groupme/commit/14226158603bfec87437f14093c14887935fe7aa))

# [2.4.0](https://github.com/groupme-js/node-groupme/compare/v2.3.0...v2.4.0) (2022-05-14)


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.4.0",
"version": "2.5.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 004cc72

Please sign in to comment.