Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Nov 12, 2017
1 parent b34d495 commit b3271eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-mc",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"license": "MIT",
"main": "vue-mc.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Models and Collections for Vue.js
*
* @version 0.2.2
* @version 0.2.3
*
* @author Rudi Theunissen <rudi.theunissen@figured.com>
*/
Expand Down

0 comments on commit b3271eb

Please # to comment.