Skip to content

Commit aad0632

Browse files
chore: bump version to 0.8.8 [skip ci]
1 parent baf7d63 commit aad0632

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cfx-developer-tools",
33
"displayName": "CFX Developer Tools",
44
"description": "AI-powered development toolkit for FiveM and RedM. Scaffold resources, look up natives, generate manifests, and write optimized scripts in Lua, JavaScript, and C#.",
5-
"version": "0.8.7",
5+
"version": "0.8.8",
66
"author": {
77
"name": "TMHSDigital",
88
"email": "contact@tmhospitalitystrategies.com"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140

141141
- Removed deprecated `lua54 'yes'` directive from all templates and code generation (Lua 5.4 is now the only runtime)
142142

143+
## [0.8.8] - 2026-05-24
144+
145+
See [release notes](https://github.com/TMHSDigital/CFX-Developer-Tools/releases/tag/v0.8.8) for details.
146+
143147
## [0.8.7] - 2026-05-24
144148

145149
See [release notes](https://github.com/TMHSDigital/CFX-Developer-Tools/releases/tag/v0.8.7) for details.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CFX Developer Tools is a Cursor IDE plugin for FiveM and RedM (CFX) resource dev
1212

1313
This is a monorepo. Skills, rules, snippets, templates, and the companion MCP server live in the same repository because CFX resource development crosses all of those layers in a single workflow.
1414

15-
**Version:** 0.8.7
15+
**Version:** 0.8.8
1616
**License:** CC-BY-NC-ND-4.0
1717
**Author:** TMHSDigital
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p align="center">
1212
<a href="https://creativecommons.org/licenses/by-nc-nd/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg" alt="License: CC BY-NC-ND 4.0"></a>
13-
<a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-0.8.7-blue.svg" alt="Version"></a>
13+
<a href="CHANGELOG.md"><img src="https://img.shields.io/badge/version-0.8.8-blue.svg" alt="Version"></a>
1414
<a href="https://github.com/TMHSDigital/CFX-Developer-Tools/stargazers"><img src="https://img.shields.io/github/stars/TMHSDigital/CFX-Developer-Tools?style=flat" alt="GitHub stars"></a>
1515
<a href="https://tmhsdigital.github.io/CFX-Developer-Tools/"><img src="https://img.shields.io/badge/docs-online-blue?logo=materialformkdocs&logoColor=white" alt="Documentation"></a>
1616
</p>

0 commit comments

Comments
 (0)