redmine-devrelay-client 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay) MCP 서버가 사용하는 Redmine REST 클라이언트입니다.
4
4
 
5
- - **버전:** `0.5.0` (MCP 서버와 맞춤)
5
+ - **버전:** `0.5.1` (MCP 서버와 맞춤)
6
6
  - **GitHub:** https://github.com/HuijungYoon/devrelay
7
7
  - **MCP 서버:** [redmine-devrelay](https://www.npmjs.com/package/redmine-devrelay)
8
8
 
9
9
  ```bash
10
- npm install redmine-devrelay-client@0.5.0
10
+ npm install redmine-devrelay-client@0.5.1
11
11
  ```
12
12
 
13
13
  ## 지원 기능
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redmine-devrelay-client",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Redmine REST client for redmine-devrelay MCP ??auth, pagination, issue read/write helpers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",