File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11import { ConfigOptions , ConfigEnv } from "./types.js" ;
22
3- export const version = "3.6 .0" ;
3+ export const version = "3.7 .0" ;
44
55class PangeaConfig {
66 domain : string = "pangea.cloud" ;
You can’t perform that action at this time.
0 commit comments