From ff2a5bed20e301d135c3e4ae5279d48262b07603 Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Mon, 30 Oct 2023 11:14:56 +0100 Subject: [PATCH] release v1.31.1 --- 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 3ecd654d82d..1a0fde6367e 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.31.1](https://github.com/ajaxorg/ace/compare/v1.31.0...v1.31.1) (2023-10-30) + + +### Bug Fixes + +* improve yaml folding ([5c80e3c](https://github.com/ajaxorg/ace/commit/5c80e3cdd716b4ad26ee6958c9137278530b7816)) + ## [1.31.0](https://github.com/ajaxorg/ace/compare/v1.30.0...v1.31.0) (2023-10-23) diff --git a/build b/build index d065fe88b94..1ac1817ea10 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit d065fe88b942824db5e8820b8e9693df3499a2cb +Subproject commit 1ac1817ea10659f2301858aabde34dcb17b2e67f diff --git a/package.json b/package.json index d6285f02c52..ac00def565b 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.31.0", + "version": "1.31.1", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 0fcaf644709..b71bfc51eb5 100644 --- a/src/config.js +++ b/src/config.js @@ -168,6 +168,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.31.0"; +exports.version = "1.31.1";