diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9654cddae..32c41913143 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.34.0](https://github.com/ajaxorg/ace/compare/v1.33.3...v1.34.0) (2024-05-22) + + +### Features + +* allow users to add arialabel to text input ([#5560](https://github.com/ajaxorg/ace/issues/5560)) ([8d7dfb6](https://github.com/ajaxorg/ace/commit/8d7dfb69392960aba61def982f4bea8f3a5caa70)) + ### [1.33.3](https://github.com/ajaxorg/ace/compare/v1.33.2...v1.33.3) (2024-05-21) diff --git a/build b/build index d97de5f5d82..6eacdd5d726 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit d97de5f5d823b6b669a6f93ea26fe94b05a12405 +Subproject commit 6eacdd5d726dd7cf07d94cc42d9cc81638296fbf diff --git a/package.json b/package.json index 8b76aa28d13..8e0c9002278 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.3", + "version": "1.34.0", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 60d5b766b77..1a93a708115 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.33.3"; +exports.version = "1.34.0";