Skip to content

Commit 7309d56

Browse files
committed
chore(main): release 0.6.1
1 parent e0dbc60 commit 7309d56

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.6.1](https://github.com/Zero-True/zero-true/compare/v0.6.0...v0.6.1) (2025-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **express:** upgrade version to address high-risk vulnerability ([8718f48](https://github.com/Zero-True/zero-true/commit/8718f48d69c7be17e1b993ceb5ab936051409ed1))
9+
* **ui:** pinned alerts below app bar and propagated connection status to footer ([#424](https://github.com/Zero-True/zero-true/issues/424)) ([e0dbc60](https://github.com/Zero-True/zero-true/commit/e0dbc6036a9fce84709837f4d4545ceb12164755))
10+
* upgraded version of express to fix high risk security vulnerability ([#420](https://github.com/Zero-True/zero-true/issues/420)) ([8718f48](https://github.com/Zero-True/zero-true/commit/8718f48d69c7be17e1b993ceb5ab936051409ed1))
11+
* upgraded vue-tsc to fix template-compiler vulnerability ([#423](https://github.com/Zero-True/zero-true/issues/423)) ([fd783d7](https://github.com/Zero-True/zero-true/commit/fd783d729bbe03935b31197f43c9e6ae141bcb0e))
12+
313
## [0.6.0](https://github.com/Zero-True/zero-true/compare/v0.5.3...v0.6.0) (2025-01-20)
414

515

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license_files = LICENSE
88
description = A collaborative notebook built for data scientists
99
long_description = file: README.md
1010
long_description_content_type = text/markdown
11-
version = 0.6.0
11+
version = 0.6.1
1212
[options]
1313
include_package_data = true
1414
packages = find:

0 commit comments

Comments
 (0)