Skip to content

Commit

Permalink
Merge pull request #30 from duckdb/jray/bump-package-versions-to-0.0.7
Browse files Browse the repository at this point in the history
bump package versions to 0.0.7
  • Loading branch information
jraymakers authored Oct 20, 2024
2 parents 6fc19e3 + 23636ba commit 72df8ed
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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"main": "./duckdb.js",
"types": "./duckdb.d.ts",
"optionalDependencies": {
Expand Down

0 comments on commit 72df8ed

Please sign in to comment.