Skip to content

Commit 0904e4e

Browse files
committed
Merge branch 'main' of https://github.com/bbc/bug
2 parents 58494b4 + 18f9004 commit 0904e4e

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 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": "bug-monorepo",
3-
"version": "3.1.65",
3+
"version": "3.1.66",
44
"description": "Broadcast Universal Gateway",
55
"private": true,
66
"workspaces": [

src/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bug-client",
3-
"version": "3.1.64",
3+
"version": "3.1.65",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

src/modules/cisco-cbs/CHANGELOG.md

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

3+
### version 1.1.2
4+
5+
- 2026-02-04: use mongo bulkwrite to improve performance ([8e8cb29](https://github.com/bbc/bug/commit/8e8cb29ebdaf6e751e0ffff0d177c20ce5480d0c))
6+
37
### version 1.1.1
48

59
- 2026-02-04: improve performance of workers ([9713866](https://github.com/bbc/bug/commit/9713866367f208470f8a41bd55e939e5a67856e9))

src/modules/cisco-cbs/module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cisco-cbs",
33
"longname": "Cisco CBS Switch",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"description": "Monitoring and control of Cisco CBS-series small business switches",
66
"capabilities": [
77
"network-switch"

0 commit comments

Comments
 (0)