# Changelog ## [0.0.4] - 2024-05-08 - ✨ Add -p flag to config to print config path ## [0.0.3] - 2024-03-11 - ✨ Add JSON formatter - 💥 Breaking change: renamed output.stdout.config value formatter to format ## [0.0.2] - 2024-03-09 - ✨ Use plain formatter to output entry from drop - ✨ Add newline to file when needed ## [0.0.1] - 2024-03-02 🎉 Initial release. For this first release, we only have the initial `my-log drop` command implemented, which adds the ability to add new entries to a log. We also have `my-log config` to create the initial config file. Parsing the log files will be added to a future release, but the generated logs are compatible with [droplogger](https://github.com/goodevilgenius/droplogger), which can still be used. ### Added - `my-log drop`: adds a new log entry - `my-log config`: copies the default config to the default file location