Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 3, 2021
1 parent 557a1b6 commit 6aa17ba
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 @@ -3,17 +3,19 @@ Change Log

This project honours [Semantic Versioning](http://semver.org).

[Staged]: https://github.com/Alhadis/language-webassembly/compare/v1.1.1...HEAD
[Staged]: https://github.com/Alhadis/language-webassembly/compare/v1.2.0...HEAD


[Staged]
[v1.2.0]
------------------------------------------------------------------------
**May 4th, 2021**
* __Added:__ Support for [SIMD instructions][2]
* __Added:__ Support for `nan:arithmetic` and `nan:canonical` constants
* __Added:__ Support for numeric separators
* __Fixed:__ Missing highlighting for certain instruction names
* __Fixed:__ [Various inaccuracies][1] related to modeline recognition

[v1.2.0]: https://github.com/Alhadis/language-webassembly/releases/tag/v1.2.0
[1]: https://github.com/github/linguist/pull/5271
[2]: https://webassembly.github.io/simd/core/appendix/index-instructions.html

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-webassembly",
"version": "1.1.1",
"version": "1.2.0",
"description": "WebAssembly language support in Atom.",
"keywords": ["wasm", "wast", "wat", "WebAssembly"],
"repository": "https://github.com/Alhadis/language-webassembly",
Expand Down

0 comments on commit 6aa17ba

Please sign in to comment.