Skip to content

Commit d350241

Browse files
committed
release 1.9.1
1 parent 9ed7557 commit d350241

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.1] - 2025-04-03
11+
1012
### Fixed
1113

1214
- RS-658: fix server-side channel error for empty conditional query, [PR-88](https://github.com/reductstore/web-console/pull/88)
1315

14-
### [1.9.0] - 2025-02-25
16+
## [1.9.0] - 2025-02-25
1517

1618
### Fixed
1719

@@ -206,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206208

207209
- Initial Release
208210

209-
[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.8.1...HEAD
211+
[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.9.1...HEAD
212+
[1.9.1]: https://github.com/reduct-storage/web-console/compare/v1.9.1...v1.9.0
210213
[1.9.0]: https://github.com/reduct-storage/web-console/compare/v1.9.0...v1.8.1
211214
[1.8.1]: https://github.com/reduct-storage/web-console/compare/v1.8.1...v1.8.0
212215
[1.8.0]: https://github.com/reduct-storage/web-console/compare/v1.8.0...v1.7.0

package-lock.json

Lines changed: 2 additions & 2 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": "web-console",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"private": true,
55
"homepage": "/ui",
66
"devDependencies": {

0 commit comments

Comments
 (0)