Skip to content

Commit 05acacc

Browse files
authored
chore: v0.20.0 release (#344)
Bumping version to v0.20.0 before I merge Napi V3 PR. Co-authored-by: Bidek56 <[email protected]>
1 parent 3bc1092 commit 05acacc

File tree

11 files changed

+55
-55
lines changed

11 files changed

+55
-55
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nodejs-polars"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Cory Grinstead"]
55
documentation = "https://pola-rs.github.io/polars-book/"
66
edition = "2021"

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-android-arm64",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-darwin-arm64",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-darwin-x64",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"darwin"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-linux-arm64-gnu",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-linux-arm64-musl",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-linux-x64-gnu",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-linux-x64-musl",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"linux"
66
],

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars-win32-x64-msvc",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"os": [
55
"win32"
66
],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-polars",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"repository": "https://github.com/pola-rs/nodejs-polars.git",
55
"license": "MIT",
66
"main": "bin/index.js",
@@ -54,7 +54,7 @@
5454
"precommit": "yarn lint && yarn test"
5555
},
5656
"devDependencies": {
57-
"@biomejs/biome": "=2.1.2",
57+
"@biomejs/biome": "=2.1.3",
5858
"@napi-rs/cli": "^3.0.4",
5959
"@types/chance": "^1.1.7",
6060
"@types/jest": "^30.0.0",
@@ -67,7 +67,7 @@
6767
"ts-expect": "^1.3.0",
6868
"ts-jest": "^29.4.0",
6969
"ts-node": "^10.9.2",
70-
"typedoc": "^0.28.7",
70+
"typedoc": "^0.28.8",
7171
"typedoc-plugin-missing-exports": "^4.0.0",
7272
"typescript": "5.8.3"
7373
},

0 commit comments

Comments
 (0)