From 55b910c31da8a6ad1d6e6120c38f96354fd7ae24 Mon Sep 17 00:00:00 2001 From: daffl Date: Fri, 10 Feb 2023 14:46:54 -0800 Subject: [PATCH] chore(release): publish v0.8.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92480b4..426292c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.1](https://github.com/feathersjs/hooks/compare/v0.8.0...v0.8.1) (2023-02-10) + + +### Bug Fixes + +* **hooks:** Add toJSON to hook context ([#108](https://github.com/feathersjs/hooks/issues/108)) ([03e5883](https://github.com/feathersjs/hooks/commit/03e588344fb54066b8a3b178ca114d5925432745)) + + + + + # [0.8.0](https://github.com/feathersjs/hooks/compare/v0.7.6...v0.8.0) (2023-02-07) diff --git a/lerna.json b/lerna.json index 76ae8be..6689879 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.8.0", + "version": "0.8.1", "granularPathspec": false, "forcePublish": true, "command": {