Skip to content

Commit

Permalink
Version updates for 1.1.0 release (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
DMickens authored Jan 30, 2024
1 parent e9e0b72 commit 321e33f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/v-connection-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-connection-string",
"version": "1.0.3",
"version": "1.1.0",
"description": "Functions for dealing with a Vertica connection string",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/v-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-pool",
"version": "1.0.3",
"version": "1.1.0",
"description": "Connection pool for Vertica",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"mocha": "^7.1.2"
},
"peerDependencies": {
"vertica-nodejs": "1.0.3"
"vertica-nodejs": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/v-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-protocol",
"version": "1.0.3",
"version": "1.1.0",
"description": "The Vertica client/server binary protocol, implemented in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/vertica-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertica-nodejs",
"version": "1.0.3",
"version": "1.1.0",
"description": "Vertica client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand Down Expand Up @@ -30,9 +30,9 @@
"packet-reader": "1.0.0",
"pg-types": "^2.1.0",
"pgpass": "1.x",
"v-connection-string": "1.0.3",
"v-pool": "1.0.3",
"v-protocol": "1.0.3"
"v-connection-string": "1.1.0",
"v-pool": "1.1.0",
"v-protocol": "1.1.0"
},
"devDependencies": {
"async": "0.9.0",
Expand Down

0 comments on commit 321e33f

Please sign in to comment.