Skip to content

Commit b3271eb

Browse files
committed
v0.2.3
1 parent b34d495 commit b3271eb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
This project follows [Semantic Versioning](http://semver.org/)
44

5+
## [0.2.2] - 2017-11-13
6+
- Add `getRoute` method
7+
58
## [0.2.2] - 2017-11-08
69
- Fix `useFirstErrorOnly` not working when using vue-mc validation (not server side)
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mc",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"license": "MIT",
66
"main": "vue-mc.js",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Models and Collections for Vue.js
33
*
4-
* @version 0.2.2
4+
* @version 0.2.3
55
*
66
* @author Rudi Theunissen <[email protected]>
77
*/

0 commit comments

Comments
 (0)