diff --git a/.changeset/clean-kangaroos-repeat.md b/.changeset/clean-kangaroos-repeat.md deleted file mode 100644 index ca5d80a..0000000 --- a/.changeset/clean-kangaroos-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/behaviors': minor ---- - -Update the output of the package to correctly map "import" conditions to ESM diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a90f09..317c858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/behaviors +## 1.7.0 + +### Minor Changes + +- [#400](https://github.com/primer/behaviors/pull/400) [`67215a5`](https://github.com/primer/behaviors/commit/67215a51ce82a967ced2264ba19a28e0d0d43592) Thanks [@joshblack](https://github.com/joshblack)! - Update the output of the package to correctly map "import" conditions to ESM + ## 1.6.0 ### Minor Changes diff --git a/package.json b/package.json index 5692b5c..d833d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/behaviors", - "version": "1.6.0", + "version": "1.7.0", "description": "Shared behaviors for JavaScript components", "type": "commonjs", "main": "dist/cjs/index.js",