Skip to content

Commit 02a5973

Browse files
authored
Merge pull request #265 from jshemas/nov-26
Updating package
2 parents c4cd92b + 65e9c63 commit 02a5973

File tree

7 files changed

+1040
-549
lines changed

7 files changed

+1040
-549
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,19 @@ on:
99
pull_request:
1010
branches: [ master ]
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
buildAndTest:
1417
runs-on: ubuntu-latest
1518
strategy:
1619
fail-fast: false
1720
matrix:
1821
node-version:
19-
- 18
2022
- 20
2123
- 22
24+
- 24
2225
steps:
2326
- uses: actions/checkout@v3
2427
- name: Use Node.js ${{ matrix.node-version }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 6.11.0
4+
5+
- Updating `type` to support the new `jsonLDOptions`
6+
- Dropping `node18` support since it's passed it's end of life
7+
- Updating to the latest `undici` version 7
8+
- Updating dependencies to fix npm vulnerabilities
9+
310
## 6.10.0
411

512
- Updating dependencies to fix npm vulnerabilities

0 commit comments

Comments
 (0)