Skip to content

Commit 0a6943d

Browse files
authored
Merge pull request #197 from kethinov/0.2.3
0.2.3
2 parents 95c542d + c4d2619 commit 0a6943d

4 files changed

Lines changed: 151 additions & 373 deletions

File tree

.github/workflows/.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: [16.x, 18.x, 20.x]
8+
node-version: [18.x, 20.x]
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
steps:
1111
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Put your changes here...
66

7+
## 0.2.3
8+
9+
- Updated various dependencies.
10+
711
## 0.2.2
812

913
- Bumped various dependencies.

0 commit comments

Comments
 (0)