diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aadfc5f731..bef1df77bd2 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.32.7](https://github.com/ajaxorg/ace/compare/v1.32.6...v1.32.7) (2024-03-01) + + +### Bug Fixes + +* swap blue/red in cloudeditor themes to reduces usage of red ([#5492](https://github.com/ajaxorg/ace/issues/5492)) ([0e8f549](https://github.com/ajaxorg/ace/commit/0e8f549a16481f8bb7573ac9edaae377cb9e3972)) + ### [1.32.6](https://github.com/ajaxorg/ace/compare/v1.32.5...v1.32.6) (2024-02-07) ### [1.32.5](https://github.com/ajaxorg/ace/compare/v1.32.4...v1.32.5) (2024-01-30) diff --git a/build b/build index e9b8923f3b6..44500f0156e 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit e9b8923f3b64b0c6c3fd87115a4869d3d34720f5 +Subproject commit 44500f0156e53d97c1bbb5fc3f2f98444563504d diff --git a/package.json b/package.json index 7cb434ee2b2..883aacea50f 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.6", + "version": "1.32.7", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 882dcf18e1c..fb80f49c672 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.32.6"; +exports.version = "1.32.7";