diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f7af8..cefa22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.2.7](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.6...v0.2.7) - 2022-06-15 + +### Merged + +- fix: package.module again [`#50`](https://github.com/netlify-labs/react-netlify-identity/pull/50) + ## [v0.2.6](https://github.com/netlify-labs/react-netlify-identity/compare/v0.2.5...v0.2.6) - 2022-06-14 ### Merged diff --git a/package.json b/package.json index 9861bad..79513f4 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "react-netlify-identity", - "version": "0.2.6", + "version": "0.2.7", "description": "use netlify identity with react", "author": "sw-yx", "license": "MIT", "repository": "https://www.github.com/sw-yx/react-netlify-identity", "main": "dist/index.js", "umd:main": "dist/react-netlify-identity.umd.production.js", - "module": "dist/react-netlify-identity.esm.production.js", + "module": "dist/react-netlify-identity.esm.js", "typings": "dist/index.d.ts", "jsnext:main": "dist/index.es.js", "engines": {