Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Nov 16, 2020
1 parent 702ef91 commit 01d3e50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [0.4.2](https://github.com/cfware/form/compare/v0.4.1...v0.4.2) (2020-11-16)


### Bug Fixes

* Handle null form in invalidTagger, use toggleAttribute ([07f3010](https://github.com/cfware/form/commit/07f301049672d5ef2c17a1ea6c75335263138ed1))
* Use renderCallbackImmediate ([702ef91](https://github.com/cfware/form/commit/702ef91951f297e454236ae1578bca1acea74228))

### [0.4.1](https://github.com/cfware/form/compare/v0.4.0...v0.4.1) (2020-11-07)


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": "@cfware/form",
"version": "0.4.1",
"version": "0.4.2",
"description": "Form routines and base class",
"type": "module",
"main": "form.js",
Expand Down

0 comments on commit 01d3e50

Please sign in to comment.