diff --git a/CHANGELOG.md b/CHANGELOG.md index 9abe01bc3a2..7f447529843 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.35.5](https://github.com/ajaxorg/ace/compare/v1.35.4...v1.35.5) (2024-08-20) + ### [1.35.4](https://github.com/ajaxorg/ace/compare/v1.35.3...v1.35.4) (2024-07-22) diff --git a/build b/build index 0057591ca5a..b25740e15d1 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 0057591ca5ac3c26c655a5d9397372797ec39a14 +Subproject commit b25740e15d1309382bfff84f6a6ec1918d4707e1 diff --git a/package.json b/package.json index 9d592fb537b..074e6a0e797 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.35.4", + "version": "1.35.5", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 8aef787c930..a8704fd949f 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.35.4"; +exports.version = "1.35.5";