From 6c183384dd26021d5df588eda43cf128c205b209 Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Fri, 8 Sep 2023 17:39:35 +0200 Subject: [PATCH] release v1.24.2 --- CHANGELOG.md | 9 +++++++++ build | 2 +- package.json | 2 +- src/config.js | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58014ac3d5..88da05fae65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.24.2](https://github.com/ajaxorg/ace/compare/v1.24.1...v1.24.2) (2023-09-08) + + +### Bug Fixes + +* Added project details in index.html file ([#5300](https://github.com/ajaxorg/ace/issues/5300)) ([6e83505](https://github.com/ajaxorg/ace/commit/6e835059dd13e95178b15ce9b06a2f2444c2e731)) +* autocompletion threshold doesn't apply to trigger characters ([84bbc88](https://github.com/ajaxorg/ace/commit/84bbc888e1c0304c0160bb19fc46cf5539d079cf)) +* Update php_highlight_rules.js ([#5288](https://github.com/ajaxorg/ace/issues/5288)) ([caedd0c](https://github.com/ajaxorg/ace/commit/caedd0cf22d5a7644ceb418562ebcab801011c88)) + ### [1.24.1](https://github.com/ajaxorg/ace/compare/v1.24.0...v1.24.1) (2023-08-15) ## [1.24.0](https://github.com/ajaxorg/ace/compare/v1.23.4...v1.24.0) (2023-08-09) diff --git a/build b/build index d065fe88b94..1ff66a8b957 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit d065fe88b942824db5e8820b8e9693df3499a2cb +Subproject commit 1ff66a8b957e7182963e83ff165e47bed33bf75d diff --git a/package.json b/package.json index a21df82b7c6..2a6df734905 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.24.1", + "version": "1.24.2", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 85fcb2234d6..a3f2cb3fd89 100644 --- a/src/config.js +++ b/src/config.js @@ -168,6 +168,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.24.1"; +exports.version = "1.24.2";