Skip to content

Commit 9baf5c2

Browse files
Merge pull request #300 from manuelmeister/feature/remove-cjs
Add typing to v3
2 parents 4146a8a + b7c6da4 commit 9baf5c2

28 files changed

+1496
-619
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: ["16", "18", "20"]
14+
node: ["18", "20", "22"]
1515
steps:
1616
- uses: actions/checkout@v2
1717

@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup node
5555
uses: actions/setup-node@v2
5656
with:
57-
node-version: 20
57+
node-version: 22
5858

5959
- run: npm ci
6060

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 3.0.0-alpha.3
4+
- BREAKING: Now uses named exports
5+
- Publishes the types
6+
37
### 2.0.0-alpha.6
48
- Bugfix: `href` and `$href` can now also be used on the root API endpoint
59

0 commit comments

Comments
 (0)