diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa148784e..c808aee30a 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.15.2](https://github.com/ajaxorg/ace/compare/v1.15.1...v1.15.2) (2023-02-16) + ### [1.15.1](https://github.com/ajaxorg/ace/compare/v1.15.0...v1.15.1) (2023-02-13) diff --git a/build b/build index 06edf043d6..f74d3c7e20 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 06edf043d6ff4049e2c522f425a3c4853d44974f +Subproject commit f74d3c7e20367e5c8eaa5cabb9a8a21702bc9715 diff --git a/package.json b/package.json index 9b8defa603..47eae307c4 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.15.1", + "version": "1.15.2", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 4bdce0d1e0..6286608c10 100644 --- a/src/config.js +++ b/src/config.js @@ -141,6 +141,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.15.1"; +exports.version = "1.15.2";