We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfd70d commit 4551dd2Copy full SHA for 4551dd2
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.1] - 2024-09-24
11
+
12
### Fixed
13
- `NeverAccessedVariables`: False positive: reported a map variable used in the `foreach` loop
14
- Path to the compiled `main.js` in `./bin/misti`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nowarp/misti",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"repository": {
5
"type": "git",
6
"url": "git+https://github.com/nowarp/misti.git"
0 commit comments