Skip to content

Commit 369ea72

Browse files
committed
pangea-node-sdk: publish v4.2.0-beta.1
1 parent 780ae1c commit 369ea72

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

packages/pangea-node-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 4.2.0-beta.1 - 2024-10-23
11+
1012
### Added
1113

1214
- Data Guard service support.

packages/pangea-node-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ guarantees as stable releases. [Beta changelog](https://github.com/pangeacyber/p
4040
Via npm:
4141

4242
```bash
43-
$ npm install pangea-node-sdk@3.8.0-beta.2
43+
$ npm install pangea-node-sdk@4.2.0-beta.1
4444
```
4545

4646
Via yarn:
4747

4848
```bash
49-
$ yarn add pangea-node-sdk@3.8.0-beta.2
49+
$ yarn add pangea-node-sdk@4.2.0-beta.1
5050
```
5151

5252
## Usage

packages/pangea-node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pangea-node-sdk",
3-
"version": "3.8.0-beta.3",
3+
"version": "4.2.0-beta.1",
44
"type": "commonjs",
55
"main": "./dist/commonjs/index.js",
66
"types": "./dist/commonjs/index.d.ts",

packages/pangea-node-sdk/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ConfigOptions, ConfigEnv } from "./types.js";
22

3-
export const version = "3.8.0-beta.3";
3+
export const version = "4.2.0-beta.1";
44

55
/** Configuration for a Pangea service client. */
66
class PangeaConfig {

0 commit comments

Comments
 (0)