diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f668425add..475d182731f 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.34.2](https://github.com/ajaxorg/ace/compare/v1.34.1...v1.34.2) (2024-05-27) + ### [1.34.1](https://github.com/ajaxorg/ace/compare/v1.34.0...v1.34.1) (2024-05-24) diff --git a/build b/build index 81232a2f0bc..007a5a0a42c 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 81232a2f0bc32b565dcf8913ec6b4046c44431d5 +Subproject commit 007a5a0a42cdc549c121256e2dd40b0ff731410c diff --git a/package.json b/package.json index b7d378fff55..8a3f981e275 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.34.1", + "version": "1.34.2", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 6333cb6df63..4273a44c071 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.34.1"; +exports.version = "1.34.2";