vimd 0.2.3 → 0.2.4

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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,6 +68,8 @@
68
68
  npm install -g vimd
69
69
  ```
70
70
 
71
+ **現在の安定版: v0.2.4**
72
+
71
73
  v0.2.0 からは **pandoc なしで利用可能** になりました。
72
74
  高品質な出力が必要な場合のみ pandoc をインストールしてください。
73
75
 
@@ -99,6 +101,20 @@ vimd config
99
101
 
100
102
  ---
101
103
 
104
+ ## バージョン情報
105
+
106
+ **安定版: v0.2.4**(最新版と同一)
107
+
108
+ 安定版は十分なテストを経てリリースされたバージョンです。
109
+ 最新版と安定版が異なる場合は、両方を記載します。
110
+
111
+ 安定版のインストール:
112
+ ```bash
113
+ npm install -g vimd@latest
114
+ ```
115
+
116
+ ---
117
+
102
118
  ## コマンド
103
119
 
104
120
  | コマンド | 説明 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vimd",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Real-time Markdown preview tool with pandoc (view markdown)",
5
5
  "type": "module",
6
6
  "keywords": [