Skip to content

Commit ace085a

Browse files
committed
chore: release v0.0.2
- Fixed an issue where the package could not be imported due to a wrong field in `package.json`
1 parent ac784f1 commit ace085a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ for await (const chunk of analyzer.continueAnalysis(
6565
```
6666

6767
## Changelog
68+
<!--
69+
Placeholder for next release:
70+
### **WORK IN PROGRESS**
71+
-->
72+
### 0.0.2 (2025-08-14)
73+
74+
- Fixed an issue where the package could not be imported due to a wrong field in `package.json`
75+
6876
### 0.0.1 (2025-08-12)
6977

7078
- Initial release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zwave-js/log-analyzer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)