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 12, 2019
1 parent 5c87720 commit 4b93f93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Change Log
This project honours [Semantic Versioning](http://semver.org).


[Staged]
[v1.1.0]
------------------------------------------------------------------------
**July 12th, 2019**
Considerable improvements made to syntax highlighting:

* __Added:__ Patterns for matching script runs (Perl 5.28+)
* __Added:__ Patterns for matching Oniguruma's "absent functions"
* __Added:__ Patterns for matching Oniguruma's `y{…}` text-segment mode
Expand Down Expand Up @@ -34,6 +37,7 @@ Initial release. Adds syntax highlighting for regular expression data.


[Referenced links]:_____________________________________________________
[Staged]: ./compare/v1.0.1...HEAD
[Staged]: ../../compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/Alhadis/language-regexp/releases/tag/v1.1.0
[v1.0.1]: https://github.com/Alhadis/language-regexp/releases/tag/v1.0.1
[v1.0.0]: https://github.com/Alhadis/language-regexp/releases/tag/v1.0.0
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "language-regexp",
"version": "1.0.1",
"version": "1.1.0",
"description": "Bleeding edge, engine-agnostic highlighting for regular expression data.",
"main": "./lib/main.js",
"keywords": ["RegEx", "RegExp", "Regular Expression", "Patterns", "POSIX", "PCRE", "Perl", "Oniguruma", "TextMate"],
"repository": "https://github.com/Alhadis/language-regexp",
"license": "ISC"
Expand Down

0 comments on commit 4b93f93

Please sign in to comment.