From b05245e68b8aa57de0f2081b5278bc70e940c14e Mon Sep 17 00:00:00 2001 From: sck_0 Date: Tue, 3 Feb 2026 09:56:53 +0100 Subject: [PATCH] chore: release v4.7.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2b8717..4600a206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [4.7.0] - 2026-02-03 - "Installer Fix & OpenCode Docs" + +> Critical installer fix for Windows and OpenCode documentation completion. + +### Fixed + +- **Installer**: Resolved `ReferenceError` for `tagArg` variable in `bin/install.js` ensuring correct execution on Windows/PowerShell (PR #53). + +### Documentation + +- **OpenCode**: Completed documentation for OpenCode integration in `README.md`. + +--- + ## [4.6.0] - 2026-02-01 - "SPDD & Radix UI Design System" > Agent workflow docs (SPDD) and Radix UI design system skill. diff --git a/package.json b/package.json index 984ee449..5811da5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antigravity-awesome-skills", - "version": "4.6.0", + "version": "4.7.0", "description": "626+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": {