diff --git a/CHANGELOG.md b/CHANGELOG.md index bad53d7..289c207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.3.4](https://www.github.com/socsieng/ace-custom-element/compare/v1.3.3...v1.3.4) (2020-09-01) + + +### Bug Fixes + +* **build:** add checkout step to release-please release workflow ([938cba2](https://www.github.com/socsieng/ace-custom-element/commit/938cba22474a5803a3f6f0c9c1ec946928057b50)) + ### [1.3.3](https://www.github.com/socsieng/ace-custom-element/compare/v1.3.2...v1.3.3) (2020-09-01) diff --git a/package-lock.json b/package-lock.json index 1a02185..555b5e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ace-custom-element", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b47df9c..430dcf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ace-custom-element", - "version": "1.3.3", + "version": "1.3.4", "description": "Custom element wrapper for the ace editor (https://ace.c9.io/)", "main": "dist/index.js", "scripts": {