diff --git a/CHANGELOG.md b/CHANGELOG.md index aee867d..60adc5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.3] - 2022-06-05 ### Added - Popup: Update popup position on resize. @@ -98,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Mark package as side-effect free. -[Unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/tobyzerner/inclusive-elements/compare/v0.1.0-beta.9...v0.1.0 diff --git a/package-lock.json b/package-lock.json index 85dec11..c8043e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inclusive-elements", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inclusive-elements", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@floating-ui/dom": "^0.5.2", diff --git a/package.json b/package.json index d0a3f32..624747e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inclusive-elements", - "version": "0.1.2", + "version": "0.1.3", "description": "Accessible, lightweight, unstyled implementations of common UI controls.", "main": "dist/index.js", "module": "dist/index.js",