Skip to content

Commit 556071b

Browse files
committed
release v1.11.2
1 parent f2b238b commit 556071b

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.11.2] - 2025-08-09
11+
1012
### Fixed
1113

1214
- Make tables responsive, fix record preset selection, and allow `*` as a selectable option for token permissions, [PR-123](https://github.com/reductstore/web-console/pull/123)
@@ -267,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267269

268270
- Initial Release
269271

270-
[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.11.1...HEAD
272+
[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.11.2...HEAD
273+
[1.11.2]: https://github.com/reduct-storage/web-console/compare/v1.11.2...v1.11.1
271274
[1.11.1]: https://github.com/reduct-storage/web-console/compare/v1.11.1...v1.11.0
272275
[1.11.0]: https://github.com/reduct-storage/web-console/compare/v1.11.0...v1.10.1
273276
[1.10.1]: https://github.com/reduct-storage/web-console/compare/v1.10.1...v1.10.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.11.1",
3+
"version": "1.11.2",
44
"private": true,
55
"homepage": "/ui",
66
"devDependencies": {

0 commit comments

Comments
 (0)