smartsheet
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -7,2 +7,5 @@ # Changelog | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
## [3.1.2] - 2023-06-13 | ||
### Fixed | ||
- Added missing euBaseURI constant for smartsheet.eu | ||
## [3.1.1] - 2023-06-07 | ||
@@ -9,0 +12,0 @@ ### Added |
@@ -112,3 +112,4 @@ var _ = require('underscore'); | ||
defaultBaseURI: 'https://api.smartsheet.com/2.0/', | ||
govBaseURI: 'https://api.smartsheetgov.com/2.0/' | ||
govBaseURI: 'https://api.smartsheetgov.com/2.0/', | ||
euBaseURI: 'https://api.smartsheet.eu/2.0/' | ||
} |
{ | ||
"name": "smartsheet", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Smartsheet JavaScript client SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
107005
1723