From b168a9737615d67f9797134153bc1e0dba8f2772 Mon Sep 17 00:00:00 2001 From: Marin Sokol Date: Mon, 21 Oct 2024 14:14:10 +0200 Subject: [PATCH] release v1.36.3 --- CHANGELOG.md | 7 +++++++ build | 2 +- package.json | 2 +- src/config.js | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 984bdb0f07e..3be87ca7eb5 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.3](https://github.com/ajaxorg/ace/compare/v1.36.2...v1.36.3) (2024-10-21) + + +### Bug Fixes + +* `readdirSync` options `recursive: true` was added only in NodeJs v20.1.0 ([#5645](https://github.com/ajaxorg/ace/issues/5645)) ([2953f72](https://github.com/ajaxorg/ace/commit/2953f72877a90691432373cfe9182e60ea9b2d8f)) + ### [1.36.2](https://github.com/ajaxorg/ace/compare/v1.36.1...v1.36.2) (2024-08-30) diff --git a/build b/build index cb4c7c3d105..a10728b1a3e 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit cb4c7c3d105c92b04f45d78d329f5509b7098906 +Subproject commit a10728b1a3ed6f87e4c0cf308523f002daa7ffef diff --git a/package.json b/package.json index c742e5f530e..e89bbd1bbff 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.2", + "version": "1.36.3", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 0aea51463ca..0a76b117f4b 100644 --- a/src/config.js +++ b/src/config.js @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.36.2"; +exports.version = "1.36.3";