From d5ca719cb8687e7f8de051262ed11b04759b2ae2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 17:21:37 -0700 Subject: [PATCH] chore: release 1.4.0 (#14) * 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 | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289c207..57f177c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://www.github.com/socsieng/ace-custom-element/compare/v1.3.4...v1.4.0) (2020-09-26) + + +### Features + +* expose property to control the line highlights ([ccba651](https://www.github.com/socsieng/ace-custom-element/commit/ccba6517417698a3c36456f45a6402d59543d848)) +* expose property to hide the print margin ([fa18dcb](https://www.github.com/socsieng/ace-custom-element/commit/fa18dcb227c79660a582645f3591a040f2f8f366)) + + +### Bug Fixes + +* only hide active line and gutter line if control is readonly ([76257a5](https://www.github.com/socsieng/ace-custom-element/commit/76257a503f0d1a82420ac53a0b64714d869741cd)) + ### [1.3.4](https://www.github.com/socsieng/ace-custom-element/compare/v1.3.3...v1.3.4) (2020-09-01) diff --git a/package-lock.json b/package-lock.json index 555b5e9..a8cffac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ace-custom-element", - "version": "1.3.4", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 430dcf4..71b2bbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ace-custom-element", - "version": "1.3.4", + "version": "1.4.0", "description": "Custom element wrapper for the ace editor (https://ace.c9.io/)", "main": "dist/index.js", "scripts": {