From 993b39e2dfa3f4947917e2aef052855c8aeb4e29 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Wed, 19 Oct 2016 18:07:22 -0700 Subject: [PATCH] Updating changelog --- packages/commons/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 66b845688..ed5cf0f61 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v0.7.6](https://github.com/feathersjs/feathers-commons/tree/v0.7.6) (2016-10-20) +[Full Changelog](https://github.com/feathersjs/feathers-commons/compare/v0.7.5...v0.7.6) + +**Merged pull requests:** + +- Add test for matching and increase code coverage [\#34](https://github.com/feathersjs/feathers-commons/pull/34) ([daffl](https://github.com/daffl)) +- omit '$select' in matcher [\#33](https://github.com/feathersjs/feathers-commons/pull/33) ([beeplin](https://github.com/beeplin)) +- adding code coverage [\#32](https://github.com/feathersjs/feathers-commons/pull/32) ([ekryski](https://github.com/ekryski)) + ## [v0.7.5](https://github.com/feathersjs/feathers-commons/tree/v0.7.5) (2016-09-05) [Full Changelog](https://github.com/feathersjs/feathers-commons/compare/v0.7.4...v0.7.5)