Skip to content

Commit 20a9e93

Browse files
authored
Merge pull request #177 from SpringRoll/main
Main -> Develop
2 parents aa968da + 67b411c commit 20a9e93

File tree

4 files changed

+3974
-1841
lines changed

4 files changed

+3974
-1841
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [14.x, 16.x, 18.x]
20+
node-version: [16.x, 18.x, 20.x]
2121

2222
steps:
2323
- uses: actions/checkout@v1

.github/workflows/npm-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
registry-url: https://registry.npmjs.org/
1717

1818
- name: install

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.5.0] - unreleased
8+
## [2.5.0] - 2023-02-21
99

1010
### Changed
1111

0 commit comments

Comments
 (0)