Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @peggyrayzis/li

## 0.1.3

### Patch Changes

- Add the new `search` command with parser fallback improvements, richer connection metadata, and smoke-test coverage.
- b4ab4c3: Add `scripts/cut-release-pr.sh` to standardize release PR creation from synced `main`.
- 5bb0e32: Fix `profile` recipient parsing for no-scheme LinkedIn URLs and suppress cache warnings for synthetic placeholder URNs.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peggyrayzis/li",
"version": "0.1.2",
"version": "0.1.3",
"description": "The LinkedIn CLI for agents",
"type": "module",
"packageManager": "pnpm@9.1.1",
Expand Down