Skip to content

Commit

Permalink
chore: release 1.4.0 (#14)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] committed Sep 26, 2020
1 parent ccba651 commit d5ca719
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d5ca719

Please sign in to comment.