Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #84 from steveszc/version-3.0.1
Browse files Browse the repository at this point in the history
[chore] bump to 3.0.1
  • Loading branch information
steveszc authored Jan 16, 2021
2 parents 186315c + be5df38 commit 21062ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.1

- bugfix: Restores ability to pass classes and other html attributes to FitForm's form element [#83](https://github.com/truecoach/ember-fit-form/pull/83)

## 3.0.0

- Adds support for ember-changeset >= v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-fit-form",
"version": "3.0.0",
"version": "3.0.1",
"description": "A flexible component for form state management with data model adapters.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 21062ee

Please sign in to comment.