Skip to content

Commit 47ffe6a

Browse files
committed
Added release notes to 1.4.1
1 parent c60f3f4 commit 47ffe6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.1] - 2024-03-05
11+
1012
### Fixed
1113

1214
- Variable declaration lookup would think the variable was witin a function scope of a included script, if it was within the same number of lines as the function declaration (issue #43)
@@ -132,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132134
- AutoIt3 syntax highlighting
133135
- AutoIt2 syntax highlighting
134136

135-
[Unreleased]: https://github.com/genius257/vscode-autoit/compare/1.4.0...HEAD
137+
[Unreleased]: https://github.com/genius257/vscode-autoit/compare/1.4.1...HEAD
138+
[1.4.1]: https://github.com/genius257/vscode-autoit/compare/1.4.0...1.4.1
136139
[1.4.0]: https://github.com/genius257/vscode-autoit/compare/1.3.0...1.4.0
137140
[1.3.0]: https://github.com/genius257/vscode-autoit/compare/1.2.5...1.3.0
138141
[1.2.5]: https://github.com/genius257/vscode-autoit/compare/1.2.4...1.2.5

0 commit comments

Comments
 (0)