Skip to content

Commit

Permalink
Published matb33:[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Mar 31, 2023
1 parent 46caa3c commit 86847ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.2.2
* Fixed [issue](https://github.com/Meteor-Community-Packages/meteor-collection-hooks/issues/296) where after update did not use direct find [PR](https://github.com/Meteor-Community-Packages/meteor-collection-hooks/pull/297) [@jdgjsag67251](https://github.com/jdgjsag67251)

## v1.2.1
* Revert change in default behavior of `getDocs` [PR](https://github.com/Meteor-Community-Packages/meteor-collection-hooks/pull/295) [@KoenLav](https://github.com/KoenLav)

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: 'matb33:collection-hooks',
summary: 'Extends Mongo.Collection with before/after hooks for insert/update/remove/find/findOne',
version: '1.2.1',
version: '1.2.2',
git: 'https://github.com/Meteor-Community-Packages/meteor-collection-hooks'
})

Expand Down

0 comments on commit 86847ab

Please sign in to comment.