diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d0f3bbbb..ee413c9dbb 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.35.3](https://github.com/ajaxorg/ace/compare/v1.35.2...v1.35.3) (2024-07-18) + + +### Bug Fixes + +* ghost text rendering of empty lines ([#5615](https://github.com/ajaxorg/ace/issues/5615)) ([1ae0bdc](https://github.com/ajaxorg/ace/commit/1ae0bdcfb9da4078713d116e93a9c9a935a1258d)) + ### [1.35.2](https://github.com/ajaxorg/ace/compare/v1.35.1...v1.35.2) (2024-07-01) ### [1.35.1](https://github.com/ajaxorg/ace/compare/v1.35.0...v1.35.1) (2024-06-27) diff --git a/build b/build index 32003b70d0..de6d45a3bf 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 32003b70d0683427b7eebad03c90335760b13738 +Subproject commit de6d45a3bf81468c246e8baec080fd46009eb21e diff --git a/package.json b/package.json index ba4c949be1..adc676dd74 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.35.2", + "version": "1.35.3", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 186143201a..3e6dcad6b7 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.35.2"; +exports.version = "1.35.3";