Skip to content

Commit f9108d0

Browse files
authored
1.12.1 (#452)
1 parent 69d93d1 commit f9108d0

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.12.1
2+
3+
## Improvements
4+
5+
- Improved performance of `toSearchParams`. ([#449], [twk])
6+
7+
## Other
8+
9+
- Added Node.js 24.x to the CI matrix. Node.js 18.x was removed from the CI due to [EOL](https://endoflife.date/nodejs).
10+
11+
[#449]: https://github.com/ClickHouse/clickhouse-js/pull/449
12+
[twk]: https://github.com/twk
13+
114
# 1.12.0
215

316
## Types
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.12.0'
1+
export default '1.12.1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.12.0'
1+
export default '1.12.1'

packages/client-web/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.12.0'
1+
export default '1.12.1'

0 commit comments

Comments
 (0)