Skip to content

Commit e6f48e6

Browse files
ci: update app changelog and bump versions
1 parent aedb3cd commit e6f48e6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
### version 3.1.91
4+
5+
- 2026-02-13: add new worker task manager ([037f9a7](https://github.com/bbc/bug/commit/037f9a76369bc5ba2238293df9fb0e1dac722cc2))
6+
- 2026-02-11: revert to using 'critical' for stale data status items ([3846f68](https://github.com/bbc/bug/commit/3846f68f44d45392ad67379636b773f257e34498))
7+
- 2026-02-11: set workermanager default retry interval to 10s ([35c1a3a](https://github.com/bbc/bug/commit/35c1a3a4f8ed0a47b095376680f35f9593ae2581))
8+
- 2026-02-10: fix auto-reconnect of log stream ([9bd4ecc](https://github.com/bbc/bug/commit/9bd4ecc15b82ad075f74cf64cc71c202a18d6b26))
9+
- 2026-02-09: add 'view panels' button to home screen ([9cef5d3](https://github.com/bbc/bug/commit/9cef5d3a78ac6dec838ce7bd036b7c0bda04534f))
10+
- 2026-02-09: improve UI when panel module is already built ([6366727](https://github.com/bbc/bug/commit/6366727c298c66d7ed941768b3270caa7942c235))
11+
- 2026-02-09: add 'view logs' menu item to panel list ([cd0179d](https://github.com/bbc/bug/commit/cd0179dabda62533f0c66be1cf4bd8bd604e3c08))
12+
- 2026-02-09: allow users to be enabled when created ([56f8b5f](https://github.com/bbc/bug/commit/56f8b5f2a4af013cbf458cb4ecfb161c8745ad09))
13+
- 2026-02-09: add update script and changelog generation ([b6723f7](https://github.com/bbc/bug/commit/b6723f7a577a077b5f6a82ea293f5dd34a873ea8))
14+
315
### version 3.1.90
416

517
- 2026-02-13: add new worker task manager ([4cfc079](https://github.com/bbc/bug/commit/4cfc079c8a91c6c0b630e63c727e3d6c9de3a43c))

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.90",
3+
"version": "3.1.91",
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.90",
3+
"version": "3.1.91",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)