[BUG] No info on availability of new version of cli to user.
- Dominant language
- TypeScript
- Stars
- 272
- Forks
- 375
- Avg merge
- 3h 22m
- Merged PRs (30d)
- 8
Description
### Describe the bug.
Whenever a new version is released of the cli and if after that user runs a command then a info should be given that a new version of the cli is available. It is already implemented [here](https://github.com/asyncapi/cli/blob/master/package.json#L132) but appears to be not working as can be seen from below screenshots.
### Expected behavior
An info should be shown with new available version and current version once every day of running any commands.
### Screenshots


As evident form above screenshots i am using an older version and info should be displayed that a new version is available but no info is shown.
### How to Reproduce
1. Install any older version of cli.
2. Run any command.
3. No info is displayed that a new version is available even tough it is.
### 🥦 Browser
None
### 👀 Have you checked for similar open issues?
- [x] I checked and didn't find similar issue
### 🏢 Have you read the Contributing Guidelines?
- [x] I have read the [Contributing Guidelines](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING.md)
### Are you willing to work on this issue ?
Yes I am willing to submit a PR!
Contributor guide
Assessment
This issue has not been assessed yet.