diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ccf59..00f5b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.0.1 + +- Fixed event names in `on` and `off` methods + ## 5.0.0 - Added the `manageFocus` option diff --git a/package.json b/package.json index 80ed509..1c52554 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rynpsc/dialog", "description": "A modern, lightweight and accessible dialog with a focus on progressive enhancement", - "version": "5.0.0", + "version": "5.0.1", "main": "dist/commonjs/dialog.js", "module": "dist/module/dialog.js", "unpkg": "dist/umd/dialog.js",