diff --git a/CHANGELOG.md b/CHANGELOG.md index e83d986eb10..984bdb0f07e 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.2](https://github.com/ajaxorg/ace/compare/v1.36.1...v1.36.2) (2024-08-30) + + +### Bug Fixes + +* apply padding to right side multi-line markers ([#5636](https://github.com/ajaxorg/ace/issues/5636)) ([c7549aa](https://github.com/ajaxorg/ace/commit/c7549aa5d53fb62f134b31a44d09029ceee3c800)) + ### [1.36.1](https://github.com/ajaxorg/ace/compare/v1.36.0...v1.36.1) (2024-08-29) diff --git a/build b/build index 68e4d6e6a9b..cb4c7c3d105 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 68e4d6e6a9b867c20927bcc31e39330e3f94bc7d +Subproject commit cb4c7c3d105c92b04f45d78d329f5509b7098906 diff --git a/package.json b/package.json index f32a55c0a95..c742e5f530e 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.1", + "version": "1.36.2", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 848e7763b7e..0aea51463ca 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.36.1"; +exports.version = "1.36.2";