Skip to content

Commit a2538ae

Browse files
authored
v2.6.0 (#49)
1 parent f4244f7 commit a2538ae

File tree

4 files changed

+1698
-6329
lines changed

4 files changed

+1698
-6329
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
18+
node-version: [18.x, 20.x, 21.x]
1919
steps:
2020
- name: Checkout sourcecode
2121
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.6.0
2+
3+
### Added
4+
5+
- Support editor to return PromiseLike object (#48)
6+
7+
### Changed
8+
9+
- Test on Node.js 18 and upwards
10+
- Update dependencies
11+
112
## 2.5.7
213

314
### Changed

0 commit comments

Comments
 (0)