Skip to content

Commit 95c7d8a

Browse files
authored
Bump to v1.1.49 (#984)
1 parent b40531e commit 95c7d8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## [1.1.49](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.49) - 2025-12-16
7+
## [1.1.49](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.49) - 2025-12-17
8+
9+
### Added
10+
- Added initial telemetry functionality to track CLI usage and help improve the Socket experience.
11+
12+
### Fixed
13+
- Fixed error propagation when npm package finalization failed in `socket fix`.
814

915
### Changed
1016
- Updated the Coana CLI to v `14.12.134`.

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": "1.1.48",
3+
"version": "1.1.49",
44
"description": "CLI for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT AND OFL-1.1",

0 commit comments

Comments
 (0)