Skip to content

Commit

Permalink
bump and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed May 7, 2015
1 parent b559bc0 commit cc9e76e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ A simple, reactive schema validation smart package for Meteor.

## Change Log

### 1.3.3

When using `check` to validate, the `Match.Error` that is thrown now explains which field failed to validate and why (only the first error). All errors can be found in an `invalidKeys` property on the `Match.Error` object.

### 1.3.2

Bug fixes and MongoDB 2.6+ compatibility fixes
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "aldeed:simple-schema",
summary: "A simple schema validation object with reactivity. Used by collection2 and autoform.",
version: "1.3.2",
version: "1.3.3",
git: "https://github.com/aldeed/meteor-simple-schema.git"
});

Expand Down

0 comments on commit cc9e76e

Please sign in to comment.