diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ee809ea0..ede0df8ff3 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.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) ### [1.9.1](https://github.com/ajaxorg/ace/compare/v1.9.0...v1.9.1) (2022-08-08) diff --git a/build b/build index f89a4cf58a..0865b7ae5d 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit f89a4cf58a29e2aedd8d71552c5028be3f1945bf +Subproject commit 0865b7ae5d358c4c5a8ef8785531a0700a72f8f0 diff --git a/doc/wiki b/doc/wiki index 56ef85e364..3174c3f5d8 160000 --- a/doc/wiki +++ b/doc/wiki @@ -1 +1 @@ -Subproject commit 56ef85e36414c97156ff6c76d87d64c421e21917 +Subproject commit 3174c3f5d841d3c1392f78fee638b3ff65926135 diff --git a/package.json b/package.json index 2ba20b47f8..8055fdf78e 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.2", + "version": "1.9.3", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index a8d6ccb594..c4adc49877 100644 --- a/src/config.js +++ b/src/config.js @@ -141,6 +141,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.9.2"; +exports.version = "1.9.3";