Skip to content

Commit 54bc72f

Browse files
committed
Update CHANGELOG
1 parent 143dd73 commit 54bc72f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [2.4.3]
11+
12+
### Changed
13+
14+
- Changed from `tslint` to `eslint` and `prettier` to format ts, json, md files
15+
([#260](https://github.com/krvajal/vscode-fortran-support/issues/260))
16+
1017
## [2.4.2]
1118

1219
### Fixed
@@ -299,7 +306,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
299306

300307
- Initial release
301308

302-
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...HEAD
309+
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.3...HEAD
310+
[2.4.3]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...v2.4.3
303311
[2.4.2]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.1...v2.4.2
304312
[2.4.1]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.4.1
305313
[2.4.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0

0 commit comments

Comments
 (0)