Skip to content

Commit 2c33706

Browse files
committed
Fixed Meteor version resolution for pre-releases.
1 parent 90814e6 commit 2c33706

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484

8585
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8686

87+
## 4.1.3
88+
89+
- Fixed Meteor version resolution for pre-releases.
90+
8791
## 4.1.2
8892

8993
- Add a case to Meteor version resolution to account for an option when running Meteor from local checkout.

package/collection2/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Package.describe({
44
name: 'aldeed:collection2',
55
summary:
66
'Automatic validation of Meteor Mongo insert and update operations on the client and server',
7-
version: '4.1.2',
7+
version: '4.1.3',
88
documentation: '../../README.md',
99
git: 'https://github.com/aldeed/meteor-collection2.git'
1010
});

0 commit comments

Comments
 (0)