Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 4, 2021
1 parent 61c0cad commit c55c39e
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]: ../../compare/v1.0.0...HEAD
[Staged]: ../../compare/v1.1.0...HEAD


[Staged]
[v1.1.0]
------------------------------------------------------------------------
**July 5th, 2021**
* Added this change-log
* Added grammar for [`ed(1)`][2] commands
* Fixed incorrect highlighting of `/[^]]/`
* Fixed [various inaccuracies][1] related to modeline matching
* Sed tokens are no longer scoped with `source`

[v1.1.0]: https://github.com/Alhadis/language-sed/releases/v1.1.0
[1]: https://github.com/github/linguist/pull/5271
[2]: https://man.openbsd.org/ed

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-sed",
"version": "1.0.0",
"version": "1.1.0",
"description": "Syntax highlighting for `sed` scripts.",
"keywords": ["sed", "stream", "editor", "awk", "perl", "grep", "unix", "regexp"],
"repository": "https://github.com/Alhadis/language-sed",
Expand Down

0 comments on commit c55c39e

Please sign in to comment.