Skip to content

Commit 191980a

Browse files
committed
chore(update): patch release 0.0.6 🐛
1 parent 03d9350 commit 191980a

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.0.6](https://github.com/Celtian/ngx-nullable/compare/v0.0.5...v0.0.6)
8+
9+
- Angular 19 [`#5`](https://github.com/Celtian/ngx-nullable/pull/5)
10+
- chore(deps): deps updated [`52c0ac4`](https://github.com/Celtian/ngx-nullable/commit/52c0ac404f21980d0686e888a2fb9c6daa12f223)
11+
- chore(eslint): rule added [`f4a479e`](https://github.com/Celtian/ngx-nullable/commit/f4a479e904a45b93e1439d61a3e653d906de72ca)
12+
- chore(readme): angular version changed [`051b855`](https://github.com/Celtian/ngx-nullable/commit/051b8557f2cb80d61b2f72d93910805f45deb1f1)
13+
714
#### [v0.0.5](https://github.com/Celtian/ngx-nullable/compare/v0.0.4...v0.0.5)
815

16+
> 11 November 2024
17+
18+
- chore(update): patch release 0.0.5 🐛 [`f7f6b00`](https://github.com/Celtian/ngx-nullable/commit/f7f6b00a8bdb5612ce52791196895b908f36c637)
919
- chore(codecov): config changed [`5b7ae77`](https://github.com/Celtian/ngx-nullable/commit/5b7ae77ed15d7ee2f051f637a787479cbe7cfa69)
1020

1121
#### [v0.0.4](https://github.com/Celtian/ngx-nullable/compare/v0.0.3...v0.0.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-nullable",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "[email protected]",

projects/ngx-nullable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
This library provides a way to make properties nullable in Angular templates.
1616

17-
> _Angular 18 compatible_
17+
> _Angular 19 compatible_
1818
1919
Here's the [demo](http://celtian.github.io/ngx-nullable/)
2020

projects/ngx-nullable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-nullable",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)