Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
genzyy committed Aug 12, 2022
1 parent 073457c commit 515de57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

### v1.5.0

- Fixed a bug where it didn't show any results when no argument is passed.
- It now shows anime titles randomly chosen from a list and searched on the database.

### v1.4.5

- Reduced dependency on `chalk` npm package.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genzyy/anime-cli",
"version": "1.4.5",
"version": "1.5.0",
"description": "",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 515de57

Please sign in to comment.