Skip to content

Commit 98fb3de

Browse files
committed
chore(update): patch release 0.0.2 🐛
1 parent 9488d26 commit 98fb3de

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ 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-
#### 0.0.1
7+
#### [v0.0.2](https://github.com/Celtian/ngx-nullable/compare/v0.0.1...v0.0.2)
8+
9+
- deps updated [`#2`](https://github.com/Celtian/ngx-nullable/pull/2)
10+
- chore(deps): deps updated [`9c72cdf`](https://github.com/Celtian/ngx-nullable/commit/9c72cdf43c51bb4a58f549664220545d0dfde77e)
11+
- chore(package): config changed [`9155151`](https://github.com/Celtian/ngx-nullable/commit/9155151781a2b8e50c6f4c25579e6b437b11aecb)
12+
- chore(readme): readme changed [`28cee8e`](https://github.com/Celtian/ngx-nullable/commit/28cee8ea11d37445d42107657fffc27dc1872772)
13+
14+
#### v0.0.1
15+
16+
> 22 October 2024
817
918
- budgets [`#1`](https://github.com/Celtian/ngx-nullable/pull/1)
1019
- chore(tests): tests added [`653780b`](https://github.com/Celtian/ngx-nullable/commit/653780b3e537f1796b2118f6246b1cc859d077c2)

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

projects/ngx-nullable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-nullable",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "dominik.hladik@seznam.cz",
@@ -33,4 +33,4 @@
3333
"engines": {
3434
"node": ">=18"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)