Skip to content

Commit

Permalink
Merge pull request #177 from SpringRoll/main
Browse files Browse the repository at this point in the history
Main -> Develop
  • Loading branch information
902seanryan authored Mar 27, 2024
2 parents aa968da + 67b411c commit 20a9e93
Show file tree
Hide file tree
Showing 4 changed files with 3,974 additions and 1,841 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/

- name: install
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.5.0] - unreleased
## [2.5.0] - 2023-02-21

### Changed

Expand Down
Loading

0 comments on commit 20a9e93

Please sign in to comment.