Skip to content

Commit

Permalink
History.md and bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Oct 8, 2015
1 parent d10333d commit 704f9eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.3 (2015-10-08)

- Fixed wrong property name in the `afterSet` event

# 1.0.2 (2015-10-02)

- Fixed validation error when no validators defined

# 1.0.1 (2015-10-01)

- Don't use the `initSchema` event for the validators module

# 1.0.0 (2015-09-28)
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'jagi:astronomy-validators',
version: '1.0.2',
version: '1.0.3',
summary: 'Validators for Meteor Astronomy',
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
});
Expand Down

0 comments on commit 704f9eb

Please sign in to comment.