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

.versions

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
aldeed:simple-schema@1.3.0
2+
application-configuration@1.0.4
3+
base64@1.0.2
4+
binary-heap@1.0.2
5+
callback-hook@1.0.2
6+
check@1.0.3
7+
ddp@1.0.13
8+
deps@1.0.6
9+
ejson@1.0.5
10+
follower-livedata@1.0.3
11+
geojson-utils@1.0.2
12+
id-map@1.0.2
13+
jquery@1.0.2
14+
json@1.0.2
15+
local-test:aldeed:simple-schema@1.3.0
16+
logging@1.0.6
17+
meteor@1.1.4
18+
minimongo@1.0.6
19+
mongo@1.0.11
20+
ordered-dict@1.0.2
21+
random@1.0.2
22+
retry@1.0.2
23+
test-helpers@1.0.3
24+
tinytest@1.0.4
25+
tracker@1.0.4
26+
underscore@1.0.2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)