Skip to content

Commit b6a1221

Browse files
committed
release 1.8.1
1 parent 66db2d6 commit b6a1221

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### [1.8.1] - 2024-12-16
11+
1012
### Fixed
1113

1214
- RS-554: add forgotten HARD quota type to bucket settings, [PR-72](https://github.com/reductstore/web-console/pull/72)
@@ -186,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186188

187189
- Initial Release
188190

189-
[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.8.0...HEAD
191+
[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.8.1...HEAD
192+
[1.8.0]: https://github.com/reduct-storage/web-console/compare/v1.8.1...v1.8.0
190193
[1.8.0]: https://github.com/reduct-storage/web-console/compare/v1.8.0...v1.7.0
191194
[1.7.0]: https://github.com/reduct-storage/web-console/compare/v1.7.0...v1.6.1
192195
[1.6.1]: https://github.com/reduct-storage/web-console/compare/v1.6.1...v1.6.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.8.0",
3+
"version": "1.8.1",
44
"private": true,
55
"homepage": "/ui",
66
"devDependencies": {

0 commit comments

Comments
 (0)