We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5ebda commit d6dcbe1Copy full SHA for d6dcbe1
packages/pangea-node-sdk/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 3.12.0 - 2024-09-25
11
+
12
### Added
13
14
- Sanitize service support.
packages/pangea-node-sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pangea-node-sdk",
3
- "version": "3.11.0",
+ "version": "3.12.0",
4
"type": "commonjs",
5
"main": "./dist/commonjs/index.js",
6
"types": "./dist/commonjs/index.d.ts",
packages/pangea-node-sdk/src/config.ts
import { ConfigOptions, ConfigEnv } from "./types.js";
-export const version = "3.11.0";
+export const version = "3.12.0";
/** Configuration for a Pangea service client. */
class PangeaConfig {
0 commit comments