diff --git a/CHANGELOG.md b/CHANGELOG.md index d4889922..bcac82a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v.1.0.0-alpha.6 + +### 22/01/2020 + +### Fixes +- The bundles are no longer in the `build` folder but in the folder associated with their format (`umd`, `cjs` and `es`). + ## v.1.0.0-alpha.5 ### 21/01/2020 diff --git a/package-lock.json b/package-lock.json index 48a32c86..046abead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@reachfive/identity-ui", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7cbe709..c025b8aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reachfive/identity-ui", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "description": "Reach5 Identity Web UI SDK", "author": "ReachFive", "repository": {