Skip to content

Commit

Permalink
v2.6.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas authored Dec 17, 2023
1 parent f4244f7 commit a2538ae
Show file tree
Hide file tree
Showing 4 changed files with 1,698 additions and 6,329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
steps:
- name: Checkout sourcecode
uses: actions/checkout@v3
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.6.0

### Added

- Support editor to return PromiseLike object (#48)

### Changed

- Test on Node.js 18 and upwards
- Update dependencies

## 2.5.7

### Changed
Expand Down
Loading

0 comments on commit a2538ae

Please sign in to comment.