Skip to content

Commit 5fabe81

Browse files
authored
chore(main): release 0.2.0 (#54)
1 parent f663163 commit 5fabe81

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/gemini-cli-extensions/security/compare/v0.1.0...v0.2.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* migrate initial template ([6e71cc4](https://github.com/gemini-cli-extensions/security/commit/6e71cc405040cd733207fb2130fba732c10e4481))
9+
* migrate initial template ([7c5d56e](https://github.com/gemini-cli-extensions/security/commit/7c5d56ed68511bb906650ae9fe37403a96e9920c))

gemini-extension.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "gemini-cli-security",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"contextFileName": "GEMINI.md",
55
"mcpServers": {
66
"securityServer": {
77
"command": "node",
8-
"args": ["${extensionPath}/mcp-server/dist/security.js"]
8+
"args": [
9+
"${extensionPath}/mcp-server/dist/security.js"
10+
]
911
}
1012
}
1113
}

0 commit comments

Comments
 (0)