From 10b19b74df2276079c7930a5935385b60cdc6098 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:19:20 -0700 Subject: [PATCH] chore: release 1.3.4 (#13) * chore: updated package-lock.json [ci skip] * chore: updated CHANGELOG.md [ci skip] * chore: updated package.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {