Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Mar 28, 2015
1 parent a6e0dc8 commit 615e30c
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 70 deletions.
50 changes: 24 additions & 26 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
aldeed:simple-schema@1.3.1
application-configuration@1.0.4
base64@1.0.2
binary-heap@1.0.2
callback-hook@1.0.2
check@1.0.4
ddp@1.0.14
deps@1.0.6
ejson@1.0.5
follower-livedata@1.0.3
geojson-utils@1.0.2
id-map@1.0.2
jquery@1.11.3
json@1.0.2
local-test:aldeed:simple-schema@1.3.1
logging@1.0.6
meteor@1.1.4
minimongo@1.0.6
mongo@1.0.11
ordered-dict@1.0.2
random@1.0.2
retry@1.0.2
test-helpers@1.0.3
tinytest@1.0.4
tracker@1.0.5
underscore@1.0.2
aldeed:simple-schema@1.3.2
base64@1.0.3
binary-heap@1.0.3
callback-hook@1.0.3
check@1.0.5
ddp@1.1.0
deps@1.0.7
ejson@1.0.6
geojson-utils@1.0.3
id-map@1.0.3
jquery@1.11.3_2
json@1.0.3
local-test:aldeed:simple-schema@1.3.2
logging@1.0.7
meteor@1.1.5
minimongo@1.0.7
mongo@1.1.0
ordered-dict@1.0.3
random@1.0.3
retry@1.0.3
test-helpers@1.0.4
tinytest@1.0.5
tracker@1.0.6
underscore@1.0.3
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.2

Bug fixes and MongoDB 2.6+ compatibility fixes

### 1.3.1

* Fix "undefined is not allowed by the schema" error message
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.1",
version: "1.3.2",
git: "https://github.com/aldeed/meteor-simple-schema.git"
});

Expand Down
43 changes: 0 additions & 43 deletions versions.json

This file was deleted.

0 comments on commit 615e30c

Please sign in to comment.