diff --git a/CHANGELOG.md b/CHANGELOG.md index b22c25e50b6..7e9654cddae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.33.3](https://github.com/ajaxorg/ace/compare/v1.33.2...v1.33.3) (2024-05-21) + + +### Bug Fixes + +* contrast completion meta contrast cloud editor themes ([#5558](https://github.com/ajaxorg/ace/issues/5558)) ([b8877f0](https://github.com/ajaxorg/ace/commit/b8877f0f725b3973961cb639127402c9f56609de)) + ### [1.33.2](https://github.com/ajaxorg/ace/compare/v1.33.1...v1.33.2) (2024-05-13) diff --git a/build b/build index 655c20ab324..d97de5f5d82 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 655c20ab3243bf0603dadbb3905e73ebbdb633cd +Subproject commit d97de5f5d823b6b669a6f93ea26fe94b05a12405 diff --git a/package.json b/package.json index 640d9e22d44..8b76aa28d13 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.33.2", + "version": "1.33.3", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 3c7fa18fe6c..60d5b766b77 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.33.2"; +exports.version = "1.33.3";