Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rynpsc committed Jan 3, 2022
1 parent c67741a commit 9948a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.2

- Fixed incorrect `isOpen` property.

## 5.0.1

- Fixed event names in `on` and `off` methods
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rynpsc/dialog",
"description": "A modern, lightweight and accessible dialog with a focus on progressive enhancement",
"version": "5.0.1",
"version": "5.0.2",
"main": "dist/commonjs/dialog.js",
"module": "dist/module/dialog.js",
"unpkg": "dist/umd/dialog.js",
Expand Down

0 comments on commit 9948a5a

Please sign in to comment.