Skip to content

Commit

Permalink
Fix #152: History back on step1 not working
Browse files Browse the repository at this point in the history
  • Loading branch information
techlab committed Oct 3, 2022
1 parent 2c24925 commit 8ee6cf8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========

v6.0.6
-----
- **Fixed:** History back on step1 not working https://github.com/techlab/jquery-smartwizard/issues/152

v6.0.5
-----
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }

/*!
* jQuery SmartWizard v6.0.5
* jQuery SmartWizard v6.0.6
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.smartWizard.min.js

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,7 +1,7 @@
{
"name": "smartwizard",
"title": "jQuery Smart Wizard",
"version": "6.0.5",
"version": "6.0.6",
"author": {
"name": "Dipu Raj",
"email": "hello.techlab@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery SmartWizard v6.0.5
* jQuery SmartWizard v6.0.6
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
Expand Down

0 comments on commit 8ee6cf8

Please sign in to comment.