Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Sep 16, 2021
1 parent 480a5de commit 9834a0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v3.2.0 (2021-09-16)

#### :rocket: Enhancement
* [#777](https://github.com/shipshapecode/ember-flatpickr/pull/777) Don't pass undefined arguments through to Flatpickr config ([@gitKrystan](https://github.com/gitKrystan))

#### :house: Internal
* [#898](https://github.com/shipshapecode/ember-flatpickr/pull/898) Update ember-auto-import, ember-cli-addon-docs, Ember 3.28 ([@rwwagner90](https://github.com/rwwagner90))
* [#797](https://github.com/shipshapecode/ember-flatpickr/pull/797) fix: run.scheduleOnce import deprecation ([@knownasilya](https://github.com/knownasilya))
* [#760](https://github.com/shipshapecode/ember-flatpickr/pull/760) Update prettier, apply fixes ([@rwwagner90](https://github.com/rwwagner90))
* [#759](https://github.com/shipshapecode/ember-flatpickr/pull/759) Add dependabot automerge ([@rwwagner90](https://github.com/rwwagner90))

#### Committers: 4
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v3.1.1 (2021-02-23)

#### :bug: Bug Fix
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": "ember-flatpickr",
"version": "3.1.1",
"version": "3.2.0",
"description": "An Ember addon that wraps the date picker Flatpickr",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 9834a0e

Please sign in to comment.