Skip to content

Commit

Permalink
Release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Jan 18, 2024
1 parent 65f4b19 commit 604289d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

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

## 4.0.0-beta.7
## 4.0.0

- Make collection2 compatible with Meteor 3.0 thanks to the [awesome work](https://github.com/Meteor-Community-Packages/meteor-collection2/pull/443) by @klablink
- Remove clean options https://github.com/Meteor-Community-Packages/meteor-collection2/pull/436
Expand Down
2 changes: 1 addition & 1 deletion package/collection2/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Package.describe({
name: 'aldeed:collection2',
summary:
'Automatic validation of Meteor Mongo insert and update operations on the client and server',
version: '4.0.0-beta.7',
version: '4.0.0',
documentation: '../../README.md',
git: 'https://github.com/aldeed/meteor-collection2.git'
});
Expand Down
2 changes: 1 addition & 1 deletion tests/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aldeed:collection2@4.0.0-beta.7
aldeed:collection2@4.0.0
aldeed:simple-schema@1.13.1
allow-deny@2.0.0-beta300.0
autopublish@1.0.8-beta300.0
Expand Down

0 comments on commit 604289d

Please sign in to comment.