Skip to content

Commit 6789276

Browse files
committed
bump packages + dependencies to latest versions, add node 19 to github create build strategy and remove node 14
1 parent d65a7a6 commit 6789276

File tree

4 files changed

+1775
-1892
lines changed

4 files changed

+1775
-1892
lines changed

.github/workflows/build-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [14.x, 16.x, 18.x]
21+
node-version: [16.x, 18.x, 19.x]
2222

2323
steps:
2424
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.0.3.3] - 2023-02-03
8+
9+
### Change
10+
11+
- bump packages + dependencies to latest versions
12+
713
## [2.0.3.2] - 2022-10-28
814

915
### Change

0 commit comments

Comments
 (0)