diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4d654d9e6..a8c344c3427 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.9](https://github.com/ajaxorg/ace/compare/v1.32.8...v1.32.9) (2024-03-29) + + +### Bug Fixes + +* apply class to autocomplete popup for no suggestions state ([#5522](https://github.com/ajaxorg/ace/issues/5522)) ([a66f861](https://github.com/ajaxorg/ace/commit/a66f8619953eecd85833d97715e479d3b211c4cd)) + ### [1.32.8](https://github.com/ajaxorg/ace/compare/v1.32.7...v1.32.8) (2024-03-22) diff --git a/build b/build index 8618dae255e..a6c99a08252 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 8618dae255e5b1bc6bc9ab16c5f4ff82c81f13e4 +Subproject commit a6c99a08252c1e6f0dfb61c29bc20b79d9324143 diff --git a/package.json b/package.json index 088d20006c3..d50651fd8b9 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.8", + "version": "1.32.9", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index b58f96e10eb..2c81c537b65 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.32.8"; +exports.version = "1.32.9";