diff --git a/CHANGELOG.md b/CHANGELOG.md index 3be87ca7eb..4d76bee1a0 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.36.4](https://github.com/ajaxorg/ace/compare/v1.36.3...v1.36.4) (2024-11-04) + + +### Bug Fixes + +* **a11y:** update aria-label of textinput on cursor move ([#5665](https://github.com/ajaxorg/ace/issues/5665)) ([6ff93a8](https://github.com/ajaxorg/ace/commit/6ff93a86fe8c4855789ee7e7c156f7b376c0f935)) + ### [1.36.3](https://github.com/ajaxorg/ace/compare/v1.36.2...v1.36.3) (2024-10-21) diff --git a/build b/build index a10728b1a3..af770649d7 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit a10728b1a3ed6f87e4c0cf308523f002daa7ffef +Subproject commit af770649d71c0604f21cd972f23f5ab9d99702bc diff --git a/package.json b/package.json index e89bbd1bbf..a9125532d0 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.36.3", + "version": "1.36.4", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index d4662231f1..4b6b70e01e 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.36.3"; +exports.version = "1.36.4";