trello-cli-unofficial 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -321,7 +321,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
321
321
 
322
322
  ## 📊 Project Status
323
323
 
324
- - ✅ Latest version: **v0.5.0**
325
324
  - 🚀 57 tests passing
326
325
  - 📦 Clean Domain-Driven Design architecture
327
326
  - 🎨 ESLint + TypeScript strict mode
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trello-cli-unofficial",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "private": false,
6
6
  "description": "Unofficial Trello CLI using Power-Up authentication, built with Bun for maximum performance",
7
7
  "author": "Matheus Caiser <matheus.kaiser@gmail.com> (https://www.mrdeveloper.com.br/)",