Skip to content

Commit 92a16df

Browse files
chore(main): release 2.1.6
1 parent 96f2ecb commit 92a16df

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.1.6](https://github.com/mynaparrot/plugNmeet-client/compare/v2.1.5...v2.1.6) (2026-03-09)
4+
5+
6+
### Bug Fixes
7+
8+
* bump `vite` ([1ea0108](https://github.com/mynaparrot/plugNmeet-client/commit/1ea01087b041553584b13c068604edf84aa70bed))
9+
* bump deps ([96f2ecb](https://github.com/mynaparrot/plugNmeet-client/commit/96f2ecbb5e5b7c148202ba48c695caff2a371e1b))
10+
* continue looping without waiting ([f68b596](https://github.com/mynaparrot/plugNmeet-client/commit/f68b59669109e5d499062f75c04608fe5f920373))
11+
* improve display VB + clear properly ([371e166](https://github.com/mynaparrot/plugNmeet-client/commit/371e166ecd6a96b7dd7ffe90e44af747fe7b3976))
12+
* load models during bootup and cache for loading faster next time ([d734345](https://github.com/mynaparrot/plugNmeet-client/commit/d734345994be74815727d06cd6c04dbaf22925ef))
13+
* prevent echo back to sender ([0323d34](https://github.com/mynaparrot/plugNmeet-client/commit/0323d34df5f0487310ab1909c976aa9262fa6c36))
14+
* **refactor:** virtual background replaced with `@twilio/video-processors` library ([096b9e6](https://github.com/mynaparrot/plugNmeet-client/commit/096b9e65115b7749e1339155c7694ce909c6d470))
15+
* **refactor:** virtual background replaced with `@twilio/video-processors` library ([7b7d125](https://github.com/mynaparrot/plugNmeet-client/commit/7b7d125272598abfaf4ed13cf6f1348c8adb0284))
16+
* use recommended resolution ([5003c52](https://github.com/mynaparrot/plugNmeet-client/commit/5003c52ff2f9c1099da933794fd57721a9a12ffa))
17+
318
## [2.1.5](https://github.com/mynaparrot/plugNmeet-client/compare/v2.1.4...v2.1.5) (2026-03-02)
419

520

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-9",
3+
"version": "2.1.6",
44
"author": "Jibon L. Costa",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)