Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagodzinski committed Nov 25, 2015
1 parent 6763b56 commit 018d841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.2 (2015-11-25)

- Removes all existing errors for a field on validation, if it's optional and now changed to null

# 1.1.1 (2015-10-31)

- Removed the `ui` package to not load `blaze` and `jquery` packages unnecessary
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
name: 'jagi:astronomy-validators',
version: '1.1.1',
version: '1.1.2',
summary: 'Validators for Meteor Astronomy',
git: 'https://github.com/jagi/meteor-astronomy-validators.git'
});

Package.onUse(function(api) {
api.versionsFrom('1.1.0.2');

api.use('jagi:astronomy@1.2.0');
api.use('jagi:astronomy@1.2.3');
api.use('jagi:reactive-map@2.0.0');
api.use('underscore');
api.use('check');
Expand Down

0 comments on commit 018d841

Please sign in to comment.