From 1ccdc886047ab141f7fde1d3b135e72244b0d282 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Mar 2022 20:02:59 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] # [2.2.0](http://github.com/couchbaselabs/node-ottoman/compare/v2.1.0...v2.2.0) (2022-03-29) ### Features * **hooks:** trigger embed schema hooks ([9389dfe](http://github.com/couchbaselabs/node-ottoman/commit/9389dfefe9ea49cb9f302152abeb24da9f391c80)) * **ottoman:** add support for nested modelKey ([6bcb9fc](http://github.com/couchbaselabs/node-ottoman/commit/6bcb9fc9dee7084ff259b2db8660326cb946a8a7)), closes [#638](http://github.com/couchbaselabs/node-ottoman/issues/638) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..56893854 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# [2.2.0](http://github.com/couchbaselabs/node-ottoman/compare/v2.1.0...v2.2.0) (2022-03-29) + + +### Features + +* **hooks:** trigger embed schema hooks ([9389dfe](http://github.com/couchbaselabs/node-ottoman/commit/9389dfefe9ea49cb9f302152abeb24da9f391c80)) +* **ottoman:** add support for nested modelKey ([6bcb9fc](http://github.com/couchbaselabs/node-ottoman/commit/6bcb9fc9dee7084ff259b2db8660326cb946a8a7)), closes [#638](http://github.com/couchbaselabs/node-ottoman/issues/638)