We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34d495 commit b3271ebCopy full SHA for b3271eb
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project follows [Semantic Versioning](http://semver.org/)
4
5
+## [0.2.2] - 2017-11-13
6
+- Add `getRoute` method
7
+
8
## [0.2.2] - 2017-11-08
9
- Fix `useFirstErrorOnly` not working when using vue-mc validation (not server side)
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "vue-mc",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "",
"license": "MIT",
"main": "vue-mc.js",
src/index.js
@@ -1,7 +1,7 @@
/**
* Models and Collections for Vue.js
*
- * @version 0.2.2
+ * @version 0.2.3
* @author Rudi Theunissen <[email protected]>
*/
0 commit comments