Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 23, 2020
1 parent 225fa8a commit 7393a92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0](https://github.com/nuxt-contrib/hookable/compare/v4.1.2...v4.2.0) (2020-10-23)


### Features

* hookOnce ([225fa8a](https://github.com/nuxt-contrib/hookable/commit/225fa8af85e1a504916c357f57b047143b6bc5ab))


### Bug Fixes

* typecheck for flatHooks ([7800190](https://github.com/nuxt-contrib/hookable/commit/7800190feb82134be5dd089ca184a18a6644da19))

### [4.1.2](https://github.com/nuxt-contrib/hookable/compare/v4.1.1...v4.1.2) (2020-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookable",
"version": "4.1.2",
"version": "4.2.0",
"description": "Awaitable hooks for Node.js",
"keywords": [
"hook",
Expand Down

0 comments on commit 7393a92

Please sign in to comment.