From b66fd362209b8642fce4915168b1b6114a7f0517 Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Mon, 29 Jan 2024 10:59:42 +0100 Subject: [PATCH] release v1.32.4 --- CHANGELOG.md | 8 ++++++++ build | 2 +- package.json | 2 +- src/config.js | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af6bd30338..d071f23e41d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.32.4](https://github.com/ajaxorg/ace/compare/v1.32.3...v1.32.4) (2024-01-29) + + +### Bug Fixes + +* Improve contrast of completion popup in CloudEditor theme ([#5473](https://github.com/ajaxorg/ace/issues/5473)) ([273c7f1](https://github.com/ajaxorg/ace/commit/273c7f159ded7dc9403266c6501e16a35e4101c6)) +* update JSX mode to reflect React JSX ([#5451](https://github.com/ajaxorg/ace/issues/5451)) ([66789a7](https://github.com/ajaxorg/ace/commit/66789a79ce1b7791c65886d8aecddd7efc0415e8)) + ### [1.32.3](https://github.com/ajaxorg/ace/compare/v1.32.2...v1.32.3) (2023-12-29) diff --git a/build b/build index 51567895691..17e5a32e3f7 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 51567895691f948bd6b7f9c08fe1a1c69832b9cf +Subproject commit 17e5a32e3f7161d2f70c97965d3cad072f500e35 diff --git a/package.json b/package.json index 2491ebd939f..81f4b76b9f6 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.32.3", + "version": "1.32.4", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index a9cd443cde5..6f2b4f82c35 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.32.3"; +exports.version = "1.32.4";