Skip to content

Commit 4e911b3

Browse files
author
Alice Koreman
committed
release v1.41.0
1 parent 93433f0 commit 4e911b3

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [1.40.2](https://github.com/ajaxorg/ace/compare/v1.40.1...v1.40.2) (2025-05-02)
6+
57
### [1.40.1](https://github.com/ajaxorg/ace/compare/v1.40.0...v1.40.1) (2025-04-23)
68

79

ace.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,6 @@ declare module "ace-code" {
10411041
import { Range } from "ace-code/src/range";
10421042
import { UndoManager } from "ace-code/src/undomanager";
10431043
import { VirtualRenderer as Renderer } from "ace-code/src/virtual_renderer";
1044-
export var version: "1.40.1";
1044+
export var version: "1.41.0";
10451045
export { Range, Editor, EditSession, UndoManager, Renderer as VirtualRenderer };
10461046
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace-code",
33
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
4-
"version": "1.40.1",
4+
"version": "1.41.0",
55
"homepage": "https://github.com/ajaxorg/ace",
66
"engines": {
77
"node": ">= 0.6.0"

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ var reportErrorIfPathIsNotConfigured = function() {
197197
}
198198
};
199199

200-
exports.version = "1.40.1";
200+
exports.version = "1.41.0";
201201

202202

types/ace-modules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ declare module "ace-code/src/config" {
375375
string
376376
], onLoad: (module: any) => void) => void;
377377
setModuleLoader: (moduleName: any, onLoad: any) => void;
378-
version: "1.40.1";
378+
version: "1.41.0";
379379
};
380380
export = _exports;
381381
}

0 commit comments

Comments
 (0)