Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Dec 28, 2014
1 parent 803bfc9 commit 3e4dc39
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
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.0

Added built-in regular expression `SimpleSchema.RegEx.ZipCode`

### 1.2.0

* The `clean` function now automatically converts a number or string to a Date object. (Thanks @rlora)
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.2.0",
version: "1.3.0",
git: "https://github.com/aldeed/meteor-simple-schema.git"
});

Expand Down

0 comments on commit 3e4dc39

Please sign in to comment.