Skip to content

Commit 5207a84

Browse files
committed
Bump to v1.1.4
1 parent 38037bf commit 5207a84

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +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.4](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.4) - 2025-09-09
8+
9+
### Added
10+
- Added CHANGELOG.md to track user-facing changes
11+
- Added CLAUDE.md for development guidance
12+
- Added `--report-level` flag to `socket scan create`
13+
714
## [1.1.1](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.1) - 2025-09-04
815

916
### Changed
@@ -34,7 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
3441
## [1.0.111](https://github.com/SocketDev/socket-cli/releases/tag/v1.0.111) - 2025-09-03
3542

3643
### Added
37-
- Reimplemented `--range-style` flag support for `socket fix`
44+
- Reimplemented `--range-style` flag for `socket fix`
3845

3946
### Fixed
4047
- Fixed reachability analysis and `socket fix` in CI environments

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)