Merge pull request #542 from iflytek/release/cli-v0.1.8
Some checks failed
Security / Dependency Review (push) Has been cancelled
Security / CodeQL (java-kotlin) (push) Has been cancelled
Security / CodeQL (javascript-typescript) (push) Has been cancelled

chore(cli): release 0.1.8
This commit is contained in:
dongmucat 2026-06-18 15:56:27 +08:00 committed by GitHub
commit dc185861d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@astron-team/skillhub",
"version": "0.1.7",
"version": "0.1.8",
"description": "Manage and install skills for AI coding agents",
"keywords": [
"skillhub",

View file

@ -1,3 +1,3 @@
// Generated by scripts/generate-pkg-info.ts - do not edit by hand.
export const PKG_NAME = "@astron-team/skillhub"
export const PKG_VERSION = "0.1.7"
export const PKG_VERSION = "0.1.8"