diff --git a/CHANGELOG.md b/CHANGELOG.md index fb79a80..754bb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [2.0.1](https://github.com/zidious/crypto-cli/compare/v2.0.0...v2.0.1) (2025-03-28) + +### Bug Fixes + +- 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)) +- remove casing requirement ([#66](https://github.com/zidious/crypto-cli/issues/66)) ([ea4ddfc](https://github.com/zidious/crypto-cli/commit/ea4ddfcd8d543d19d4c5a66e41830134dd7a7695)) + ## [2.0.0](https://github.com/zidious/crypto-cli/compare/v1.2.0...v2.0.0) (2023-11-29) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 7788a62..5f7b781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coffee-crypto-cli", - "version": "2.0.0", + "version": "2.0.1", "description": "Cryptocurrency CLI price tool", "main": "dist/index.js", "author": "Gabe Olesen",