Skip to content

Commit

Permalink
release: 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 21, 2023
1 parent f04b900 commit 5a74569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-countdown",
"version": "17.0.0",
"version": "17.1.0",
"description": "Simple, easy and performance countdown for angular",
"keywords": [
"ngx-countdown",
Expand Down
2 changes: 1 addition & 1 deletion lib/src/countdown.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { COUNTDOWN_CONFIG } from './provide';
host: { '[class.count-down]': 'true' },
encapsulation: ViewEncapsulation.None,
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [NgIf, NgTemplateOutlet],
imports: [NgTemplateOutlet],
providers: [CountdownTimer],
standalone: true,
})
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-countdown",
"version": "17.0.0",
"version": "17.1.0",
"description": "Simple, easy and performance countdown for angular",
"keywords": [
"ngx-countdown",
Expand Down

0 comments on commit 5a74569

Please sign in to comment.