mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-10 22:41:02 +00:00
Merge pull request #841 from iflytek/release/cli-v0.1.12
chore(cli): release 0.1.12
This commit is contained in:
commit
3fd8c63fe5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astron-team/skillhub",
|
"name": "@astron-team/skillhub",
|
||||||
"version": "0.1.11",
|
"version": "0.1.12",
|
||||||
"description": "Manage and install skills for AI coding agents",
|
"description": "Manage and install skills for AI coding agents",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"skillhub",
|
"skillhub",
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
// Generated by scripts/generate-pkg-info.ts - do not edit by hand.
|
// Generated by scripts/generate-pkg-info.ts - do not edit by hand.
|
||||||
export const PKG_NAME = "@astron-team/skillhub"
|
export const PKG_NAME = "@astron-team/skillhub"
|
||||||
export const PKG_VERSION = "0.1.11"
|
export const PKG_VERSION = "0.1.12"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue