Skip to content

Commit

Permalink
Bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jan 12, 2017
1 parent b2e1393 commit f237b0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.4 - 12.01.2017

- Fixed a bug where in consecutive type signatures the later ones are not highlited properly

## 1.4.3 - 23.12.2016

- Removing auto closing `'` per suggestion from @HuwCampbell, as they are more often used as primes and data kind ticks than character literals.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "language-haskell",
"displayName": "Haskell Syntax Highlighting",
"description": "Syntax highlighting and snippets for the Haskell programming language.",
"version": "1.4.3",
"version": "1.4.4",
"publisher": "justusadam",
"engines": {
"vscode": "^0.10.1"
Expand Down

0 comments on commit f237b0c

Please sign in to comment.