Skip to content

Commit 3e4dc39

Browse files
committed
bump version
1 parent 803bfc9 commit 3e4dc39

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ A simple, reactive schema validation smart package for Meteor.
55

66
## Change Log
77

8+
### 1.3.0
9+
10+
Added built-in regular expression `SimpleSchema.RegEx.ZipCode`
11+
812
### 1.2.0
913

1014
* The `clean` function now automatically converts a number or string to a Date object. (Thanks @rlora)

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "aldeed:simple-schema",
33
summary: "A simple schema validation object with reactivity. Used by collection2 and autoform.",
4-
version: "1.2.0",
4+
version: "1.3.0",
55
git: "https://github.com/aldeed/meteor-simple-schema.git"
66
});
77

0 commit comments

Comments
 (0)