Skip to content

Commit 78bc1fd

Browse files
committed
Published aldeed:[email protected]
1 parent e49d875 commit 78bc1fd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
55
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
66

7+
- [4.1.1](#411)
78
- [4.1.0](#410)
89
- [4.0.4](#404)
910
- [4.0.3](#403)
@@ -83,6 +84,10 @@
8384

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

87+
## 4.1.1
88+
89+
- Improve types
90+
8691
## 4.1.0
8792

8893
- Added types

package/collection2/.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -25,7 +25,7 @@ [email protected]
2525
2626
2727
28-
local-test:aldeed:[email protected].0
28+
local-test:aldeed:[email protected].1
2929
3030
3131
meteortesting:[email protected]

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.0',
7+
version: '4.1.1',
88
documentation: '../../README.md',
99
git: 'https://github.com/aldeed/meteor-collection2.git'
1010
});

0 commit comments

Comments
 (0)