diff --git a/CHANGELOG.md b/CHANGELOG.md index 13175c2d75b..79ff768ae9e 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.22.0](https://github.com/ajaxorg/ace/compare/v1.21.1...v1.22.0) (2023-05-22) + + +### Features + +* add odin mode ([#5169](https://github.com/ajaxorg/ace/issues/5169)) ([d455e9b](https://github.com/ajaxorg/ace/commit/d455e9b16efb6030a8b0b6c1189b72516b205b40)) + ### [1.21.1](https://github.com/ajaxorg/ace/compare/v1.21.0...v1.21.1) (2023-05-16) diff --git a/build b/build index 81f7c5c9eee..1c87fc6f30c 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 81f7c5c9eee9ec4d8a858ae332a649f4ab5f1100 +Subproject commit 1c87fc6f30c5671050a13cd325c8aa3c2b91348f diff --git a/package.json b/package.json index 69666c8e3e9..25703ec899c 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.21.1", + "version": "1.22.0", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 52c70c61985..26f14f21dde 100644 --- a/src/config.js +++ b/src/config.js @@ -156,6 +156,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.21.1"; +exports.version = "1.22.0";