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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.0"}
{".":"1.2.0"}
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# Changelog

## [1.2.0](https://github.com/chenasraf/cospend-cli/compare/v1.1.0...v1.2.0) (2026-02-08)


### Features

* currency format ([4dc877d](https://github.com/chenasraf/cospend-cli/commit/4dc877d16e974d80e73c05932b7c61e3139b525e))


### Bug Fixes

* trim newlines/spaces in bill what field ([2b45a3b](https://github.com/chenasraf/cospend-cli/commit/2b45a3b80d9aa767fb06a04d97759297da7efa88))

## [1.1.0](https://github.com/chenasraf/cospend-cli/compare/v1.0.0...v1.1.0) (2026-02-03)


### Features

* add --limit cli arg to list command ([5e7f239](https://github.com/chenasraf/cospend-cli/commit/5e7f23961934db98fdc30a7596d787722ae0bd3c))
* add browser login method ([18b7f45](https://github.com/chenasraf/cospend-cli/commit/18b7f45a1c351668ebddd0ba0c842cae966fe9e6))
* add total amount to list command ([4ecab97](https://github.com/chenasraf/cospend-cli/commit/4ecab974b6d8977a85e6e3188d60663cf7ea56ea))
* add --limit cli arg to list command ([c1b38cf](https://github.com/chenasraf/cospend-cli/commit/c1b38cf7554f6fffdf50ac61e37edf845c8708f2))
* add browser login method ([9c5eda3](https://github.com/chenasraf/cospend-cli/commit/9c5eda351bcff3a96a8dc5dd1b5d7686b9248d70))
* add total amount to list command ([a545b7e](https://github.com/chenasraf/cospend-cli/commit/a545b7e347504727103dce1c4a90a44c38acc011))

## 1.0.0 (2026-02-03)


### Features

* initial commit ([1f92ddf](https://github.com/chenasraf/cospend-cli/commit/1f92ddfa1a6ad0230ea131ab5effd1ea1ab2226e))
* initial commit ([df828c6](https://github.com/chenasraf/cospend-cli/commit/df828c6e85822f2b099c884f7d4e68f06bbf4b20))
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
Loading