We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90814e6 commit 2c33706Copy full SHA for 2c33706
CHANGELOG.md
@@ -84,6 +84,10 @@
84
85
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
86
87
+## 4.1.3
88
+
89
+- Fixed Meteor version resolution for pre-releases.
90
91
## 4.1.2
92
93
- Add a case to Meteor version resolution to account for an option when running Meteor from local checkout.
package/collection2/package.js
@@ -4,7 +4,7 @@ Package.describe({
4
name: 'aldeed:collection2',
5
summary:
6
'Automatic validation of Meteor Mongo insert and update operations on the client and server',
7
- version: '4.1.2',
+ version: '4.1.3',
8
documentation: '../../README.md',
9
git: 'https://github.com/aldeed/meteor-collection2.git'
10
});
0 commit comments