Skip to content

Commit e1e51b9

Browse files
committed
document version for publish
1 parent 2c199d2 commit e1e51b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Example jquery event listener to update some progress bar with object parameter
155155

156156

157157
## Release History
158+
* 0.0.13 remove default parameter values in js functions
158159
* 0.0.12 configs to allow for advancing views without completed validations, click navigation in header, fixed ability to initialize start index
159160
* 0.0.11 hide all views upon initialization before showing first view
160161
* 0.0.10 provide option to not display back button in subsequent steps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multi-step-form-js",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Multi Step Form with jQuery Validation",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)