Skip to content

Commit

Permalink
Bump and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Aug 27, 2015
1 parent 6a78ab4 commit f4a3a12
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aldeed:collection2@2.3.3
aldeed:collection2@2.4.0
aldeed:[email protected]
[email protected]
[email protected]
Expand All @@ -11,15 +11,15 @@ [email protected]
[email protected]
[email protected]_2
[email protected]
local-test:aldeed:collection2@2.3.3
local-test:aldeed:collection2@2.4.0
[email protected]
[email protected].5
[email protected].7
[email protected].6
[email protected].8
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].6
[email protected].7
[email protected]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ A smart package for Meteor that extends Mongo.Collection to provide support for

## Change Log

### 2.4.0

* Validation and cleaning is no longer duplicated when using the `upsert` method instead of `{upsert: true}` option.
* Added `sparse` option which can be set to `true` along with `index` option to force a sparse index

### 2.3.3

Use latest simple-schema version
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2014 Eric Dobbertin
Copyright (c) 2013-2015 Eric Dobbertin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: "aldeed:collection2",
summary: "Automatic validation of insert and update operations on the client and server.",
version: "2.3.3",
version: "2.4.0",
git: "https://github.com/aldeed/meteor-collection2.git"
});

Expand Down

0 comments on commit f4a3a12

Please sign in to comment.