Skip to content

Commit d06ab5e

Browse files
authored
chore: release 0.1.3 (#27)
* chore: release 0.1.3 * docs: include #19 and #21 in 0.1.3 changelog
1 parent 41da13c commit d06ab5e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @peggyrayzis/li
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Add the new `search` command with parser fallback improvements, richer connection metadata, and smoke-test coverage.
8+
- b4ab4c3: Add `scripts/cut-release-pr.sh` to standardize release PR creation from synced `main`.
9+
- 5bb0e32: Fix `profile` recipient parsing for no-scheme LinkedIn URLs and suppress cache warnings for synthetic placeholder URNs.
10+
311
## 0.1.2
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@peggyrayzis/li",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "The LinkedIn CLI for agents",
55
"type": "module",
66
"packageManager": "pnpm@9.1.1",

0 commit comments

Comments
 (0)