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 7f73bd8 commit e3d223eCopy full SHA for e3d223e
CHANGELOG.md
@@ -3,6 +3,10 @@
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## [3.187.0] - 2025.04.22
7
+### Added
8
+- [Licenses] add endDate to LicenseGetData type and LicenseGetResult class
9
+
10
## [3.186.0] - 2025.04.15
11
12
### Added
package.json
@@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/ArrowSphere/nodejs-api-client.git"
},
- "version": "3.186.0",
+ "version": "3.187.0",
"description": "Node.js client for ArrowSphere's public API",
"main": "build/index.js",
"types": "build/index.d.ts",
0 commit comments