Skip to content

Commit

Permalink
chore(update): patch release 0.0.6 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Dec 29, 2023
1 parent ff94b37 commit 1d38d3b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v0.0.6](https://github.com/Celtian/ngx-update-app/compare/v0.0.5...v0.0.6)

- feat(on-update): function to factory [`#2`](https://github.com/Celtian/ngx-update-app/pull/2)

#### [v0.0.5](https://github.com/Celtian/ngx-update-app/compare/v0.0.4...v0.0.5)

> 29 December 2023
- feat(inject): make inject possible [`#1`](https://github.com/Celtian/ngx-update-app/pull/1)
- chore(deps): deps udpated [`528d32c`](https://github.com/Celtian/ngx-update-app/commit/528d32cb674371032e76f638ce1cc5d094fa1181)
- chore(update): patch release 0.0.5 🐛 [`a0ec99e`](https://github.com/Celtian/ngx-update-app/commit/a0ec99e4f5592b3785f24aac7f1e481b7290903e)
- chore(deps): fix vulnerabilities [`44b12ce`](https://github.com/Celtian/ngx-update-app/commit/44b12ce14d92741eadd003f312670ae57b5ca89c)

#### [v0.0.4](https://github.com/Celtian/ngx-update-app/compare/v0.0.3...v0.0.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-update-app",
"version": "0.0.5",
"version": "0.0.6",
"author": {
"name": "Dominik Hladík",
"email": "dominik.hladik@seznam.cz",
Expand Down
1 change: 0 additions & 1 deletion projects/ngx-update-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const appConfig: ApplicationConfig = {
provideUpdateApp({
interval: 1000 * 60, // check new version every minute
onUpdateFactory: () => {
// you can use inject() here
return () => console.log('should update');
}
}),
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-update-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-update-app",
"version": "0.0.5",
"version": "0.0.6",
"author": {
"name": "Dominik Hladík",
"email": "dominik.hladik@seznam.cz",
Expand Down

0 comments on commit 1d38d3b

Please sign in to comment.