From e580ecff9dd7b4ef874c8773190fc53495375c30 Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Tue, 17 Dec 2024 14:55:02 +0100 Subject: [PATCH] release v1.37.0 --- CHANGELOG.md | 8 ++++++++ build | 2 +- package.json | 2 +- src/config.js | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58427732eb..735de63353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.6](https://github.com/ajaxorg/ace/compare/v1.36.5...v1.36.6) (2024-12-17) + + +### Bug Fixes + +* update contribuition guide to mandate test cases ([#5694](https://github.com/ajaxorg/ace/issues/5694)) ([e6533b3](https://github.com/ajaxorg/ace/commit/e6533b3972d5adbf5995646c44894466b3b7f40f)) +* wrong behaviour rules in modes ([#5682](https://github.com/ajaxorg/ace/issues/5682)) ([442680c](https://github.com/ajaxorg/ace/commit/442680c68e66531c2d5ac80d80444ed600262ec1)) + ### [1.36.5](https://github.com/ajaxorg/ace/compare/v1.36.4...v1.36.5) (2024-11-14) diff --git a/build b/build index fb1f105576..854c33951f 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit fb1f105576c9ea77dfaa5319dbf7312b6d0befbf +Subproject commit 854c33951fa2d34ba74a69bb8e2d6c560e285df0 diff --git a/package.json b/package.json index ca6d03ad47..ddbfd0cc10 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.5", + "version": "1.37.0", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index a00a27ff61..a280f8e868 100644 --- a/src/config.js +++ b/src/config.js @@ -197,6 +197,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.36.5"; +exports.version = "1.37.0";