Skip to content

Commit 295fcf8

Browse files
committed
chore: bump version to 3.1.2
1 parent c43171d commit 295fcf8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [3.1.2](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.1.2) - 2025-11-02
8+
9+
### Fixed
10+
11+
- Add type aliases in `operations` interface to map SDK v3 method names to OpenAPI operation names for TypeScript compatibility
12+
- Update `FileValidationCallback` to use `createFullScan` instead of `createOrgFullScan`
13+
714
## [3.1.1](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.1.1) - 2025-11-02
815

916
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/sdk",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "MIT",
55
"description": "SDK for the Socket API client",
66
"author": {

0 commit comments

Comments
 (0)