From 15ddaa6f12df8410bdfd2461ac02d46cbdd086ed Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:55:20 +0200 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bd5bd2..4ed0289b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Changelog -## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/HEAD) +## [v8.1.1](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.1) (2023-08-23) -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.0...HEAD) - -**Merged pull requests:** - -- feat\(debug\): improve debug & update dependencies [\#729](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/729) ([fratzinger](https://github.com/fratzinger)) +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.1.0...v8.1.1) ## [v8.1.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.1.0) (2023-08-23) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v8.0.0...v8.1.0) +**Merged pull requests:** + +- feat\(debug\): improve debug & update dependencies [\#729](https://github.com/feathersjs-ecosystem/feathers-hooks-common/pull/729) ([fratzinger](https://github.com/fratzinger)) + ## [v8.0.0](https://github.com/feathersjs-ecosystem/feathers-hooks-common/tree/v8.0.0) (2023-06-15) [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-hooks-common/compare/v7.0.3...v8.0.0) @@ -149,7 +149,6 @@ - alterItems requires returning item when multi is true [\#649](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/649) - Gets bad request when i pass any value with paramsForServer [\#590](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/590) - Concrete fastJoin example needed - populate id in array [\#535](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/535) -- PreventChanges opposite [\#503](https://github.com/feathersjs-ecosystem/feathers-hooks-common/issues/503) **Merged pull requests:**