Skip to content

Commit 4150ee8

Browse files
committed
chore: bump socket package to v2.0.7
Update version and changelogs for shimmer effect and constant consolidation.
1 parent 99161f3 commit 4150ee8

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [2.0.7](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.7) - 2025-10-31
8+
9+
### Added
10+
- Shimmer effect to bootstrap spinner for enhanced visual feedback during CLI download
11+
12+
### Changed
13+
- Consolidated SOCKET_CLI_ISSUES_URL constant to socket constants module for better organization
14+
715
## [2.0.6](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6) - 2025-10-31
816

917
### Fixed

packages/socket/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [2.0.7](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.7) - 2025-10-31
8+
9+
### Added
10+
- Shimmer effect to bootstrap spinner for enhanced visual feedback during CLI download
11+
12+
### Changed
13+
- Consolidated SOCKET_CLI_ISSUES_URL constant to socket constants module for better organization
14+
715
## [2.0.6](https://github.com/SocketDev/socket-cli/releases/tag/v2.0.6) - 2025-10-31
816

917
### Fixed

packages/socket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "CLI for Socket.dev",
55
"private": true,
66
"homepage": "https://github.com/SocketDev/socket-cli",

0 commit comments

Comments
 (0)