Skip to content

Commit c8fed1e

Browse files
authored
Merge pull request #77 from Zidious/main
chore: merge main -> develop
2 parents 3d57072 + 2d10ad6 commit c8fed1e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.1](https://github.com/zidious/crypto-cli/compare/v2.0.0...v2.0.1) (2025-03-28)
6+
7+
### Bug Fixes
8+
9+
- adjust price formatting to account for meme coins ([#71](https://github.com/zidious/crypto-cli/issues/71)) ([f96a58e](https://github.com/zidious/crypto-cli/commit/f96a58e7c95ea4920d62318fc0220350046d28b6))
10+
- remove casing requirement ([#66](https://github.com/zidious/crypto-cli/issues/66)) ([ea4ddfc](https://github.com/zidious/crypto-cli/commit/ea4ddfcd8d543d19d4c5a66e41830134dd7a7695))
11+
512
## [2.0.0](https://github.com/zidious/crypto-cli/compare/v1.2.0...v2.0.0) (2023-11-29)
613

714
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coffee-crypto-cli",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Cryptocurrency CLI price tool",
55
"main": "dist/index.js",
66
"author": "Gabe Olesen",

0 commit comments

Comments
 (0)