diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a482e8..728a6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/kevinschaul/avoid-overlap/compare/v0.2.0...v0.2.1) (2023-07-27) + + +### Bug Fixes + +* import with .js extension ([#18](https://github.com/kevinschaul/avoid-overlap/issues/18)) ([b23edfd](https://github.com/kevinschaul/avoid-overlap/commit/b23edfdc42648c756e066fa15e01f4f141a878a8)) + ## [0.2.0](https://github.com/kevinschaul/avoid-overlap/compare/v0.1.1...v0.2.0) (2023-07-07) diff --git a/package-lock.json b/package-lock.json index 390b014..a8860df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "avoid-overlap", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "avoid-overlap", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "concurrently": "^8.2.0", diff --git a/package.json b/package.json index 7d57b09..98c38f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avoid-overlap", - "version": "0.2.0", + "version": "0.2.1", "description": "Functions to help avoid text annotation/label overlaps", "author": "Kevin Schaul", "license": "MIT",