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 Jul 2, 2021
1 parent f80165c commit b66d21b
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 honours [Semantic Versioning](http://semver.org).


[Staged]
[v1.2.0]
------------------------------------------------------------------------
**July 2nd, 2021**
* __Added:__ Dedicated scope for identifying empty capturing groups
* __Added:__ Grammar for POSIX.2 (IEEE Std 1003.2) “extended” regexes
* __Added:__ Highlighting of quoted/verbatim characters inside `\Q``\E`
Expand Down Expand Up @@ -70,7 +71,8 @@ Initial release. Adds syntax highlighting for regular expression data.


[Referenced links]:_____________________________________________________
[Staged]: ../../compare/v1.1.3...HEAD
[Staged]: ../../compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/Alhadis/language-regexp/releases/tag/v1.2.0
[v1.1.2]: https://github.com/Alhadis/language-regexp/releases/tag/v1.1.2
[v1.1.1]: https://github.com/Alhadis/language-regexp/releases/tag/v1.1.1
[v1.1.0]: https://github.com/Alhadis/language-regexp/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-regexp",
"version": "1.1.3",
"version": "1.2.0",
"description": "Bleeding edge, engine-agnostic highlighting for regular expression data.",
"keywords": ["RegEx", "RegExp", "Regular Expression", "Patterns", "POSIX", "PCRE", "Perl", "Oniguruma", "TextMate"],
"repository": "https://github.com/Alhadis/language-regexp",
Expand Down

0 comments on commit b66d21b

Please sign in to comment.