Skip to content

Commit f241c71

Browse files
committed
chore(update): release 0.2.0 🚀
1 parent e6873ef commit f241c71

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ 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.2.0](https://github.com/Celtian/ngx-nullable/compare/v0.1.1...v0.2.0)
8+
9+
- feat(node): node updated [`#10`](https://github.com/Celtian/ngx-nullable/pull/10)
10+
- Angular 20 [`#9`](https://github.com/Celtian/ngx-nullable/pull/9)
11+
- chore(deps): deps updated [`9d64108`](https://github.com/Celtian/ngx-nullable/commit/9d64108fe4eac9d0a9b71d2638a6c3fda6bb9840)
12+
- chore(workflows): node decreased [`d137e8b`](https://github.com/Celtian/ngx-nullable/commit/d137e8b48217cc3ab0d67087de9fe5612cf55f48)
13+
- chore(node): node updated [`f7905e2`](https://github.com/Celtian/ngx-nullable/commit/f7905e20395b945a285ae9ba3380364587216c4a)
14+
715
#### [v0.1.1](https://github.com/Celtian/ngx-nullable/compare/v0.1.0...v0.1.1)
816

17+
> 14 April 2025
18+
919
- chore(deps): deps updated [`#8`](https://github.com/Celtian/ngx-nullable/pull/8)
20+
- chore(update): patch release 0.1.1 🐛 [`517f7a3`](https://github.com/Celtian/ngx-nullable/commit/517f7a3055dbcee6b1a4a8a1faf7e3df7fdf4776)
1021

1122
#### [v0.1.0](https://github.com/Celtian/ngx-nullable/compare/v0.0.6...v0.1.0)
1223

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.1.1",
3+
"version": "0.2.0",
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 19 compatible_
17+
> _Angular 20 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.1.1",
3+
"version": "0.2.0",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)