Skip to content

Commit

Permalink
chore(release): 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Apr 14, 2023
1 parent 0c92a9b commit 6ca8e82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.2.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v7.1.0...v7.2.0) (2023-04-14)


### Features

* add minTime and maxTime inputs ([#51](https://github.com/mattlewis92/angularx-flatpickr/issues/51)) ([0c92a9b](https://github.com/mattlewis92/angularx-flatpickr/commit/0c92a9b869490892a9fd763a6591a826f485a9b5))

## [7.1.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v7.0.0...v7.1.0) (2023-03-23)


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": "angularx-flatpickr",
"version": "7.1.0",
"version": "7.2.0",
"description": "An angular 14.0+ wrapper for flatpickr",
"scripts": {
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",
Expand Down

0 comments on commit 6ca8e82

Please sign in to comment.