Skip to content

v1.0.2

Choose a tag to compare

@xuelink xuelink released this 24 Feb 11:12
· 22 commits to main since this release
2a53fb2

Release Notes

Version 1.0.2

New Features

  • The application can now be installed globally and invoked with the command drinktea.
  • The application now includes a shebang line (#!/usr/bin/env node) at the top of the script, which allows it to be run directly as a command line application.

Changes

  • Modified the package.json file to include a bin field. This field specifies that the drinktea command should be linked to the index.js script when the package is installed globally.

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.2.

Full Changelog: v1.0.1...v1.0.2