Skip to content

Commit

Permalink
build: mconf/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
prlanzarin committed Sep 23, 2024
1 parent 93a9e7e commit 93d2378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG-MCONF.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@

All notables changes *unique to Mconf's fork of bbb-webhooks* are documented in this file.

### v2.2.2

* build: merge with bigbluebutton/[email protected] (see CHANGELOG.md)

### v2.2.1

* build: merge with bigbluebutton/[email protected] (see CHANGELOG.md)
* build: merge with bigbluebutton/bbb-[email protected] (see CHANGELOG.md)

### v2.2.0

* build: merge with bigbluebutton/[email protected] (see CHANGELOG.md)
* build: merge with bigbluebutton/bbb-[email protected] (see CHANGELOG.md)

### v2.1.0

* !build: merge with bigbluebutton/[email protected] (see CHANGELOG.md)
* !build: merge with bigbluebutton/bbb-[email protected] (see CHANGELOG.md)
* feat(events): add guest field to user-joined/user-left

### v2.0.0

* !build: merge with bigbluebutton/[email protected] (see CHANGELOG.md)
* !build: merge with bigbluebutton/bbb-[email protected] (see CHANGELOG.md)
* feat: restore BOT role
* feat: restore handle user join/left via transfer
* feat: restore meeting-transfer-enabled/disabled events
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.2.2",
"description": "A BigBlueButton mudule for events WebHooks",
"type": "module",
"mconf_version": "2.2.1",
"mconf_version": "2.2.2",
"scripts": {
"start": "node app.js",
"dev-start": "nodemon --watch src --ext js,json,yml,yaml --exec node app.js",
Expand Down

0 comments on commit 93d2378

Please sign in to comment.