Skip to content

Commit cc33516

Browse files
committed
Update package and CHANGELOG
1 parent 428297e commit cc33516

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [2.1.0] - 2019-xx-xx
10+
## [2.1.1] - 2019-xx-xx
11+
12+
### Changed
13+
14+
- Improve syntax highlight (#128, #127)
15+
- Improve Paths to linter (#124)
16+
- Improve environment processing (#126)
17+
18+
### Added
19+
20+
- New snippets (#104)
21+
22+
## [2.1.0] - 2019-03-26
1123

1224
### Changed
1325

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.0",
5+
"version": "2.1.1",
66
"publisher": "krvajalm",
77
"engines": {
88
"vscode": "^1.30.x"

0 commit comments

Comments
 (0)