Skip to content

Commit

Permalink
bump package versions to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Oct 12, 2024
1 parent ee3101f commit 7be3939
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pkgs/@duckdb/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-api",
"version": "0.0.5",
"version": "0.0.6",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings-darwin-arm64",
"version": "0.0.5",
"version": "0.0.6",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pkgs/@duckdb/node-bindings-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings-linux-x64",
"version": "0.0.5",
"version": "0.0.6",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pkgs/@duckdb/node-bindings-win32-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings-win32-x64",
"version": "0.0.5",
"version": "0.0.6",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pkgs/@duckdb/node-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckdb/node-bindings",
"version": "0.0.5",
"version": "0.0.6",
"main": "./duckdb.js",
"types": "./duckdb.d.ts",
"optionalDependencies": {
Expand Down

0 comments on commit 7be3939

Please sign in to comment.