Skip to content

Commit 7848e09

Browse files
chore(main): release 2.1.6
1 parent 44036f8 commit 7848e09

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.5"
2+
".": "2.1.6"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [2.1.6](https://github.com/mynaparrot/plugNmeet-client/compare/v2.1.5...v2.1.6) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* better to use `onInitialize` to set `ExcalidrawImperativeAPI` ([e1635fa](https://github.com/mynaparrot/plugNmeet-client/commit/e1635fa30ca04561af42ad87f543e00ed8d11b81))
9+
* bump `vite` ([1ea0108](https://github.com/mynaparrot/plugNmeet-client/commit/1ea01087b041553584b13c068604edf84aa70bed))
10+
* bump deps ([16d1d94](https://github.com/mynaparrot/plugNmeet-client/commit/16d1d9470928e97edbd618d698cd06dcc542d762))
11+
* bump deps ([a7fff52](https://github.com/mynaparrot/plugNmeet-client/commit/a7fff520761d3a1a931f0159fdbaec8cb51d1c66))
12+
* bump deps ([96f2ecb](https://github.com/mynaparrot/plugNmeet-client/commit/96f2ecbb5e5b7c148202ba48c695caff2a371e1b))
13+
* continue looping without waiting ([f68b596](https://github.com/mynaparrot/plugNmeet-client/commit/f68b59669109e5d499062f75c04608fe5f920373))
14+
* improve display VB + clear properly ([371e166](https://github.com/mynaparrot/plugNmeet-client/commit/371e166ecd6a96b7dd7ffe90e44af747fe7b3976))
15+
* load models during bootup and cache for loading faster next time ([d734345](https://github.com/mynaparrot/plugNmeet-client/commit/d734345994be74815727d06cd6c04dbaf22925ef))
16+
* missed to update token :( ([225af75](https://github.com/mynaparrot/plugNmeet-client/commit/225af75ecc9ccba4c046c018e0d02591950d96f7))
17+
* prevent echo back to sender ([0323d34](https://github.com/mynaparrot/plugNmeet-client/commit/0323d34df5f0487310ab1909c976aa9262fa6c36))
18+
* recorder chat was not auto scrolling ([260fcee](https://github.com/mynaparrot/plugNmeet-client/commit/260fcee950838f36983e37d575a7449408b5d530))
19+
* **refactor:** virtual background replaced with `@twilio/video-processors` library ([096b9e6](https://github.com/mynaparrot/plugNmeet-client/commit/096b9e65115b7749e1339155c7694ce909c6d470))
20+
* **refactor:** virtual background replaced with `@twilio/video-processors` library ([7b7d125](https://github.com/mynaparrot/plugNmeet-client/commit/7b7d125272598abfaf4ed13cf6f1348c8adb0284))
21+
* removed deprecated option ([f3daa44](https://github.com/mynaparrot/plugNmeet-client/commit/f3daa44a8a1c5c0cde83bb0d856d355a7fdecbda))
22+
* Separate NATS & LK subscription logic into handler ([a63fbb1](https://github.com/mynaparrot/plugNmeet-client/commit/a63fbb1f8079b6e82eb107787036a9e9e85c4aa2))
23+
* Separate NATS & LK subscription logic into handler ([57d8aaa](https://github.com/mynaparrot/plugNmeet-client/commit/57d8aaa78c642fd1fccf2aee9061e9560bab379c))
24+
* use `CorsWorker` from `[@twilio](https://github.com/twilio)` ([e5ba2ea](https://github.com/mynaparrot/plugNmeet-client/commit/e5ba2eabbb4d68d1605cbaa5fcf3dd253f3d84c3))
25+
* use recommended resolution ([5003c52](https://github.com/mynaparrot/plugNmeet-client/commit/5003c52ff2f9c1099da933794fd57721a9a12ffa))
26+
* with new option `stripBase` ([6e8151d](https://github.com/mynaparrot/plugNmeet-client/commit/6e8151d2bab764234a3a7d0c53a3c6e5bed03cf8))
27+
328
## [2.1.5](https://github.com/mynaparrot/plugNmeet-client/compare/v2.1.4...v2.1.5) (2026-03-02)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugnmeet-client",
3-
"version": "2.1.6-21",
3+
"version": "2.1.6",
44
"author": "Jibon L. Costa",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)