diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bb598..aaf945f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 0.1.1 - Scope pointer events on checkboxes to the miller-columns element (PR #14) diff --git a/package.json b/package.json index 453e1a6..19e0e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "miller-columns-element", - "version": "0.1.0", + "version": "0.1.1", "description": "Miller columns (cascading lists) for hierarchical topic selection on GOV.UK taxonomy", "main": "dist/index.umd.js", "module": "dist/index.esm.js",