Skip to content

Commit f3ecee7

Browse files
committed
chore(release): bump version to 3.1.3
1 parent 8b1ab2f commit f3ecee7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.3](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.1.3) - 2025-11-04
8+
9+
### Fixed
10+
11+
- Updated OpenAPI type generation script to automatically preserve SDK v3 method name aliases during automated syncs
12+
13+
### Changed
14+
15+
- Updated `@socketsecurity/lib` to v3.2.4
16+
717
## [3.1.2](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.1.2) - 2025-11-02
818

919
### 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.2",
3+
"version": "3.1.3",
44
"license": "MIT",
55
"description": "SDK for the Socket API client",
66
"author": {

0 commit comments

Comments
 (0)