diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2391a..3021007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project follows [Semantic Versioning](http://semver.org/) +## [0.2.2] - 2017-11-13 +- Add `getRoute` method + ## [0.2.2] - 2017-11-08 - Fix `useFirstErrorOnly` not working when using vue-mc validation (not server side) diff --git a/package.json b/package.json index 33b76ad..a218163 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-mc", - "version": "0.2.2", + "version": "0.2.3", "description": "", "license": "MIT", "main": "vue-mc.js", diff --git a/src/index.js b/src/index.js index aa5526a..fa20176 100755 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /** * Models and Collections for Vue.js * - * @version 0.2.2 + * @version 0.2.3 * * @author Rudi Theunissen */