From e521dfb0fb194b87162095507df72ecef4c3089b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 6 Nov 2020 12:01:02 +0100 Subject: [PATCH] chore(release): 4.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bea6456..cbee051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.3.0](https://github.com/nuxt-contrib/hookable/compare/v4.2.0...v4.3.0) (2020-11-06) + + +### Features + +* `mergeHooks` helper ([#26](https://github.com/nuxt-contrib/hookable/issues/26)) ([8c52d03](https://github.com/nuxt-contrib/hookable/commit/8c52d034aa1a40bafb13d0b847c72593c51fcba5)) + ## [4.2.0](https://github.com/nuxt-contrib/hookable/compare/v4.1.2...v4.2.0) (2020-10-23) diff --git a/package.json b/package.json index c5e34ca..611e37a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hookable", - "version": "4.2.0", + "version": "4.3.0", "description": "Awaitable hooks for Node.js", "keywords": [ "hook",