2.3.0 release with changelogs
This commit is contained in:
11
client/CHANGELOG.md
Normal file
11
client/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## [2.3.0] - 2026-05-04
|
||||
### Added
|
||||
- Client version 2.3.0 release
|
||||
|
||||
### Features
|
||||
- Send messages: `-m "Your message"` - Send custom notifications
|
||||
- Monitor processes: `-p <pid>` - Wait for a process to exit, then notify
|
||||
- Watch commands: `-w "command"` - Run a command periodically and notify on output
|
||||
- Ping hosts: `-P <host>` - Monitor host availability until it's reachable
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "TellMe",
|
||||
"version": "3.0.0",
|
||||
"version": "2.3.0",
|
||||
"description": "TellMe CLI",
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --inline --hot"
|
||||
|
||||
Reference in New Issue
Block a user