Skip to content

Commit bd32342

Browse files
committed
chore(update): release 0.1.0 🚀
1 parent f5b516b commit bd32342

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ 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.1.0](https://github.com/Celtian/ngx-nullable/compare/v0.0.6...v0.1.0)
8+
9+
- chore(deps): deps updated [`#7`](https://github.com/Celtian/ngx-nullable/pull/7)
10+
- feat(test): test jest updated [`#6`](https://github.com/Celtian/ngx-nullable/pull/6)
11+
- chore(eslint): root prefix removed [`19a2610`](https://github.com/Celtian/ngx-nullable/commit/19a261033c4b092367998ba9c395421a2c8fca9e)
12+
- chore(package): package info chnaged [`4a2b1a3`](https://github.com/Celtian/ngx-nullable/commit/4a2b1a37740e2eba9f63e889147b72adeccabe2a)
13+
714
#### [v0.0.6](https://github.com/Celtian/ngx-nullable/compare/v0.0.5...v0.0.6)
815

16+
> 27 November 2024
17+
918
- Angular 19 [`#5`](https://github.com/Celtian/ngx-nullable/pull/5)
1019
- chore(deps): deps updated [`52c0ac4`](https://github.com/Celtian/ngx-nullable/commit/52c0ac404f21980d0686e888a2fb9c6daa12f223)
20+
- chore(update): patch release 0.0.6 🐛 [`191980a`](https://github.com/Celtian/ngx-nullable/commit/191980abefc8ebcb809fcb7bc24dadcd022830dc)
1121
- 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)
1322

1423
#### [v0.0.5](https://github.com/Celtian/ngx-nullable/compare/v0.0.4...v0.0.5)
1524

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.6",
3+
"version": "0.1.0",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "dominik.hladik@seznam.cz",

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.6",
3+
"version": "0.1.0",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "dominik.hladik@seznam.cz",

0 commit comments

Comments
 (0)