Skip to content

Commit b8d4e34

Browse files
committed
chore(release): 8.1.0
1 parent 73d51bc commit b8d4e34

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [8.1.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v8.0.0...v8.1.0) (2024-11-28)
6+
7+
8+
### Features
9+
10+
* convert to standalone ([73d51bc](https://github.com/mattlewis92/angularx-flatpickr/commit/73d51bce7f565f86790c77fb4b261ec4bdf86649)), closes [#57](https://github.com/mattlewis92/angularx-flatpickr/issues/57) [#56](https://github.com/mattlewis92/angularx-flatpickr/issues/56)
11+
512
## [8.0.0](https://github.com/mattlewis92/angularx-flatpickr/compare/v7.3.0...v8.0.0) (2024-08-21)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularx-flatpickr",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "An angular 17.0+ wrapper for flatpickr",
55
"scripts": {
66
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",

0 commit comments

Comments
 (0)