Skip to content

Commit 39f3e79

Browse files
committed
chore(release): bump to v3.0.3
Updated @socketsecurity/lib to v1.3.2 to fix broken v1.3.1 release
1 parent 969450b commit 39f3e79

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.0.3](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.3) - 2025-10-24
8+
9+
### Fixed
10+
11+
- Updated `@socketsecurity/lib` to v1.3.2 to fix broken v1.3.1 release
12+
713
## [3.0.2](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.2) - 2025-10-24
814

915
### Fixed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
2020
**Quick references**:
2121
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
2222
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
23+
- Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals
2324

2425
---
2526

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

0 commit comments

Comments
 (0)