Skip to content

Commit 18db85d

Browse files
v3.7.0 (#756)
1 parent e19b736 commit 18db85d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/pangea-node-sdk/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [3.7.0] - 2024-02-26
99

1010
### Added
1111

@@ -279,7 +279,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
279279
- Domain Intel client
280280
- Redact client
281281

282-
[unreleased]: https://github.com/pangeacyber/pangea-javascript/compare/v3.6.0...main
282+
[unreleased]: https://github.com/pangeacyber/pangea-javascript/compare/v3.7.0...main
283+
[3.7.0]: https://github.com/pangeacyber/pangea-javascript/compare/v3.6.0...v3.7.0
283284
[3.6.0]: https://github.com/pangeacyber/pangea-javascript/compare/v3.5.0...v3.6.0
284285
[3.5.0]: https://github.com/pangeacyber/pangea-javascript/compare/v3.4.0...v3.5.0
285286
[3.4.0]: https://github.com/pangeacyber/pangea-javascript/compare/v3.3.0...v3.4.0

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.6.0",
3+
"version": "3.7.0",
44
"type": "module",
55
"exports": {
66
"types": "./dist/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.6.0";
3+
export const version = "3.7.0";
44

55
class PangeaConfig {
66
domain: string = "pangea.cloud";

0 commit comments

Comments
 (0)