Skip to content

Commit 3ef3ed4

Browse files
committed
update changelog
1 parent 3eb83d8 commit 3ef3ed4

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919
### Added
2020
- Add support for old fortran languague
2121
### Fixed
22-
- Fix bug #1
22+
- Fix bug #1
23+
24+
## [0.4.5] - 2017-07-04
25+
### Fixed
26+
- Fix intrinsic functions docs not loading
27+
28+
29+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.4.5",
66
"publisher": "krvajalm",
77
"engines": {
8-
"vscode": "^1.12.0"
8+
"vscode": "^1.10.0"
99
},
1010
"icon": "images/icon.png",
1111
"repository": {

tsconfig.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es6",
5+
"outDir": "out",
6+
"lib": [
7+
"es6"
8+
],
9+
"sourceMap": true,
10+
"rootDir": "."
11+
},
12+
"exclude": [
13+
"node_modules",
14+
".vscode-test"
15+
]
16+
}

0 commit comments

Comments
 (0)