v1.0.3
Release Notes
Version 1.0.3
New Features
- Added support for
--versionflag. Now, you can check the version of the DrinkTea CLI by runningdrinktea --version.
Changes
- The version number is now dynamically fetched from the
package.jsonfile. This ensures that the version number displayed by the--versionflag is always up to date.
Bug Fixes
- None in this release.
Known Issues
- None at the moment.
Upgrade Notes
- To upgrade to this version, you can use the following command:
npm i -g drinktea@1.0.3.
Full Changelog: v1.0.2...v1.0.3