@vibedx/vibekit 0.2.1 → 0.2.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -325,8 +325,6 @@ npm start # Watch mode
325
325
 
326
326
  *Thank you to everyone who helps make VibeKit better!*
327
327
 
328
- **Maintainer**: [Ives van Hoorne](https://github.com/ivesvan)
329
-
330
328
  *Want to see your name here? [Contribute to the project!](https://github.com/vibedx/vibekit/blob/main/CONTRIBUTING.md)*
331
329
 
332
330
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibedx/vibekit",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A powerful CLI tool for managing development tickets and project workflows",
5
5
  "main": "index.js",
6
6
  "type": "module",