Skip to content

Commit

Permalink
pangea-node-sdk: publish v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Oct 16, 2024
1 parent 034fd02 commit faa0d24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/pangea-node-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 4.1.0 - 2024-10-16

### Added

- Secure Share service support.
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-node-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pangea-node-sdk",
"version": "4.0.0",
"version": "4.1.0",
"type": "commonjs",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-node-sdk/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ConfigOptions, ConfigEnv } from "./types.js";

export const version = "4.0.0";
export const version = "4.1.0";

/** Configuration for a Pangea service client. */
class PangeaConfig {
Expand Down

0 comments on commit faa0d24

Please sign in to comment.