Skip to content

Commit 7914b97

Browse files
committed
Update Changelog and package version
1 parent 1fcefd5 commit 7914b97

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [2.1.1] - 2019-xx-xx
10+
## [2.2.0] - 2020-02-27
11+
12+
### Changed
13+
14+
- Improve syntax highlight (#149, #166)
15+
- Fix Symbols in VSCode ^1.4x (#154, #140, #151)
16+
- Dependencies Update (#144, #146, #155)
17+
- Improve code completion (#148)
18+
19+
### Added
20+
21+
- More custom settings (#152)
22+
- Breakpoints support (#150)
23+
24+
## [2.1.1] - 2019-06-03
1125

1226
### Changed
1327

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22
"name": "linter-gfortran",
33
"displayName": "Modern Fortran",
44
"description": "Modern Fortran language support, including syntax highlighting and error detection.",
5-
"version": "2.1.2",
5+
"version": "2.2.0",
66
"publisher": "krvajalm",
77
"engines": {
88
"vscode": "^1.30.x"

0 commit comments

Comments
 (0)