Skip to content

Commit cb19611

Browse files
committed
chore(release): bump version to 3.3.1
Add SOCKET_DOCS_CONTACT_URL constant and external-exports validator
1 parent 75406ff commit cb19611

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.1](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.1) - 2025-11-10
9+
10+
### Added
11+
12+
- **constants**: New `SOCKET_DOCS_CONTACT_URL` constant for documentation contact support page
13+
- URL: `https://docs.socket.dev/docs/contact-support`
14+
- Standardizes contact links across Socket applications
15+
- Available via `@socketsecurity/lib/constants/socket`
16+
817
## [3.3.0](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.0) - 2025-11-07
918

1019
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"license": "MIT",
55
"description": "Core utilities and infrastructure for Socket.dev security tools",
66
"keywords": [
@@ -578,7 +578,7 @@
578578
"CHANGELOG.md"
579579
],
580580
"engines": {
581-
"node": ">=18"
581+
"node": ">=22"
582582
},
583583
"sideEffects": false,
584584
"scripts": {

0 commit comments

Comments
 (0)