2.3.0 release with changelogs

This commit is contained in:
2026-05-04 10:08:15 +02:00
parent ec7b330b90
commit 4c6ed4c514
5 changed files with 42 additions and 13 deletions

11
client/CHANGELOG.md Normal file
View 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

View File

@@ -1,6 +1,6 @@
{
"name": "TellMe",
"version": "3.0.0",
"version": "2.3.0",
"description": "TellMe CLI",
"scripts": {
"dev": "webpack-dev-server --inline --hot"