Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 6, 2019
1 parent 53832b8 commit 4546ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Change Log
This project adheres to [Semantic Versioning](http://semver.org).


[Staged]
[v1.2.2]
--------------------------------------------------------------------------------
**May 6th, 2019**
* __Added:__ Highlighting of local variable lists declared on separate lines
* __Fixed:__ Catastrophic backtracking when typing function headers

Expand Down Expand Up @@ -72,7 +73,8 @@ Initial release. Adds highlighting support and snippets for APL.


[Referenced links]:_____________________________________________________________
[Staged]: https://github.com/Alhadis/language-apl/compare/v1.2.1...HEAD
[Staged]: https://github.com/Alhadis/language-apl/compare/v1.2.2...HEAD
[v1.2.2]: https://github.com/Alhadis/language-apl/releases/tag/v1.2.2
[v1.2.1]: https://github.com/Alhadis/language-apl/releases/tag/v1.2.1
[v1.2.0]: https://github.com/Alhadis/language-apl/releases/tag/v1.2.0
[v1.1.0]: https://github.com/Alhadis/language-apl/releases/tag/v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-apl",
"version": "1.2.1",
"version": "1.2.2",
"description": "APL language support for Atom",
"keywords": ["APL", "Dyalog"],
"repository": "https://github.com/Alhadis/language-apl",
Expand Down

0 comments on commit 4546ba7

Please sign in to comment.