diff --git a/CHANGELOG.md b/CHANGELOG.md index ede0df8ff31..a05113b4bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.9.4](https://github.com/ajaxorg/ace/compare/v1.9.2...v1.9.4) (2022-08-09) + ### [1.9.3](https://github.com/ajaxorg/ace/compare/v1.9.2...v1.9.3) (2022-08-08) ### [1.9.2](https://github.com/ajaxorg/ace/compare/v1.9.1...v1.9.2) (2022-08-08) diff --git a/build b/build index 0865b7ae5d3..8a1ba3dc5a8 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 0865b7ae5d358c4c5a8ef8785531a0700a72f8f0 +Subproject commit 8a1ba3dc5a81ce545b966590797c0ef885b30a30 diff --git a/package.json b/package.json index 15e5f3fdc48..d64b2eed942 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ace-code", "description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE", - "version": "1.9.3", + "version": "1.9.4", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index c4adc498773..bbc8dc01f29 100644 --- a/src/config.js +++ b/src/config.js @@ -141,6 +141,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.9.3"; +exports.version = "1.9.4";