Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Sep 23, 2024
1 parent 5220515 commit a56d585
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.9.0

- Upgraded TypeScript to `5.6.2`. (https://github.com/uhyo/better-typescript-lib/pull/51)

## v2.8.0

- Upgraded TypeScript to `5.5.3`. (https://github.com/uhyo/better-typescript-lib/pull/45)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ This is because, unlike npm and yarn, by default pnpm does not allow your source

| better-typescript-lib | TypeScript |
| --------------------- | --------------- |
| 2.9.0 | TS 5.6 or later |
| 2.8.0 | TS 5.5 or later |
| 2.7.0 | TS 5.4 or later |
| 2.6.0 | TS 5.3 or later |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-typescript-lib",
"private": true,
"version": "2.8.0",
"version": "2.9.0",
"description": "Better TypeScript standard library",
"main": "index.js",
"devDependencies": {
Expand All @@ -24,4 +24,4 @@
"keywords": [],
"author": "uhyo <uhyo@uhy.ooo>",
"license": "Apache-2.0"
}
}
32 changes: 16 additions & 16 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"overrides": {
"@tsd/typescript": "~5.6.2"
}
}
}

0 comments on commit a56d585

Please sign in to comment.