Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Sep 7, 2020
1 parent e93c204 commit f5e4458
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v3.0.1 (2020-09-07)

#### :memo: Documentation
* [#534](https://github.com/shipshapecode/ember-flatpickr/pull/534) Fixed code typo and broken URL ([@AddisonG](https://github.com/AddisonG))

#### :house: Internal
* [#535](https://github.com/shipshapecode/ember-flatpickr/pull/535) Do not use ember-cli-node-assets for imports ([@rwwagner90](https://github.com/rwwagner90))
* [#515](https://github.com/shipshapecode/ember-flatpickr/pull/515) Prettier fixes, remove power-select styles, cleanup ([@rwwagner90](https://github.com/rwwagner90))

#### Committers: 3
- Addison G ([@AddisonG](https://github.com/AddisonG))
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v3.0.0 (2020-08-13)

#### :boom: Breaking Change
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.0.0",
"version": "3.0.1",
"description": "An Ember addon that wraps the date picker Flatpickr",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f5e4458

Please sign in to comment.