Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krvajal committed Jul 4, 2017
1 parent 3eb83d8 commit 3ef3ed4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add support for old fortran languague
### Fixed
- Fix bug #1
- Fix bug #1

## [0.4.5] - 2017-07-04
### Fixed
- Fix intrinsic functions docs not loading



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.4.5",
"publisher": "krvajalm",
"engines": {
"vscode": "^1.12.0"
"vscode": "^1.10.0"
},
"icon": "images/icon.png",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": "."
},
"exclude": [
"node_modules",
".vscode-test"
]
}

0 comments on commit 3ef3ed4

Please sign in to comment.