diff --git a/CHANGELOG.md b/CHANGELOG.md index 3476111..508c53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.6.4](https://www.github.com/socsieng/ace-custom-element/compare/v1.6.3...v1.6.4) (2020-09-26) + + +### Bug Fixes + +* **build:** fix bit.dev to include main file ([2c47888](https://www.github.com/socsieng/ace-custom-element/commit/2c47888f39e26191dc65ab360aebb8e715914b49)) + ### [1.6.3](https://www.github.com/socsieng/ace-custom-element/compare/v1.6.2...v1.6.3) (2020-09-26) diff --git a/package-lock.json b/package-lock.json index f65aa33..4ea880d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ace-custom-element", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a0078b6..47ff68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ace-custom-element", - "version": "1.6.3", + "version": "1.6.4", "description": "Custom element wrapper for the ace editor (https://ace.c9.io/)", "main": "dist/index.js", "scripts": {