Skip to content

Commit 0328ecd

Browse files
author
GitHub Actions
committed
Release v1.6.1
1 parent 66579c3 commit 0328ecd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.6.1] - 2024-03-31
11+
1012
### Fixed
1113

1214
- [#124](https://github.com/diprokon/ng-table-virtual-scroll/issues/124):
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5557

5658
- Build with Ivy (View Engine is no longer available in Angular v13)
5759

58-
[Unreleased]: https://github.com/diprokon/ng-table-virtual-scroll/compare/v1.6.0...HEAD
60+
[Unreleased]: https://github.com/diprokon/ng-table-virtual-scroll/compare/v1.6.1...HEAD
61+
[1.6.1]: https://github.com/diprokon/ng-table-virtual-scroll/compare/v1.6.0...v1.6.1
5962
[1.6.0]: https://github.com/diprokon/ng-table-virtual-scroll/compare/v1.5.1...v1.6.0
6063
[1.5.1]: https://github.com/diprokon/ng-table-virtual-scroll/compare/v1.5.0...v1.5.1
6164
[1.5.0]: https://github.com/diprokon/ng-table-virtual-scroll/compare/v1.4.1...v1.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-table-virtual-scroll",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Virtual scroll for for Angular Material Table",
55
"homepage": "https://github.com/diprokon/ng-table-virtual-scroll",
66
"author": {

projects/ng-table-virtual-scroll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-table-virtual-scroll",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Virtual scroll for for Angular Material Table",
55
"homepage": "https://github.com/diprokon/ng-table-virtual-scroll",
66
"author": {

0 commit comments

Comments
 (0)