Skip to content

Commit

Permalink
chore: release 1.5.0 (#15)
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 02b8e7a commit 85396f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://www.github.com/socsieng/ace-custom-element/compare/v1.4.0...v1.5.0) (2020-09-26)


### Features

* add property to specify the selection behavior when the value is updated ([02b8e7a](https://www.github.com/socsieng/ace-custom-element/commit/02b8e7a70cab13391b6fef0f4cb875e161be4a0a))

## [1.4.0](https://www.github.com/socsieng/ace-custom-element/compare/v1.3.4...v1.4.0) (2020-09-26)


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.4.0",
"version": "1.5.0",
"description": "Custom element wrapper for the ace editor (https://ace.c9.io/)",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 85396f7

Please sign in to comment.