Skip to content

Commit 37008e0

Browse files
author
Alice Koreman
committed
release v1.37.3
1 parent 303904c commit 37008e0

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

+2
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.37.3](https://github.com/ajaxorg/ace/compare/v1.37.2...v1.37.3) (2025-01-07)
6+
57
### [1.37.2](https://github.com/ajaxorg/ace/compare/v1.37.1...v1.37.2) (2025-01-06)
68

79

ace.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,6 @@ declare module "ace-code" {
978978
import { Range } from "ace-code/src/range";
979979
import { UndoManager } from "ace-code/src/undomanager";
980980
import { VirtualRenderer as Renderer } from "ace-code/src/virtual_renderer";
981-
export var version: "1.37.2";
981+
export var version: "1.37.3";
982982
export { Range, Editor, EditSession, UndoManager, Renderer as VirtualRenderer };
983983
}

package.json

+1-1
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.37.2",
4+
"version": "1.37.3",
55
"homepage": "http://github.com/ajaxorg/ace",
66
"engines": {
77
"node": ">= 0.6.0"

src/config.js

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

200-
exports.version = "1.37.2";
200+
exports.version = "1.37.3";
201201

202202

types/ace-modules.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ declare module "ace-code/src/config" {
371371
string
372372
], onLoad: (module: any) => void) => void;
373373
setModuleLoader: (moduleName: any, onLoad: any) => void;
374-
version: "1.37.2";
374+
version: "1.37.3";
375375
};
376376
export = _exports;
377377
}

0 commit comments

Comments
 (0)