vba-runner 0.1.1-alpha.4 → 0.1.1-alpha.5

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,8 @@ Load `.bas` files from TypeScript and call VBA procedures directly, or use the b
5
5
 
6
6
  > 日本語ドキュメントは [README.ja.md](./README.ja.md) をご覧ください。
7
7
 
8
+ [CHANGELOG](https://github.com/jca02266/vba-runner/blob/main/build/runner/CHANGELOG.md)
9
+
8
10
  ## Installation
9
11
 
10
12
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vba-runner",
3
- "version": "0.1.1-alpha.4",
3
+ "version": "0.1.1-alpha.5",
4
4
  "description": "VBA execution engine with test runner and CLI tools (analyzer, formatter, parse-check)",
5
5
  "type": "module",
6
6
  "license": "MIT",