Skip to content

Commit 904c1fe

Browse files
authored
Merge pull request #1 from talkvalue/release-please--branches--main--components--cli
chore(main): release 1.0.1
2 parents 1f2881d + 84701fe commit 904c1fe

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/talkvalue/cli/compare/v1.0.0...v1.0.1) (2026-03-23)
4+
5+
6+
### Bug Fixes
7+
8+
* correct org list API path to /auth/organization ([1f2881d](https://github.com/talkvalue/cli/commit/1f2881d91293e022ffa16691484729444fa4a18c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talkvalue/cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "TalkValue CLI — manage your contacts and channels",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)