Skip to content

Commit e60b7d4

Browse files
committed
Release v1.3.1
1 parent 350a5d7 commit e60b7d4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Change Log
44
This project adheres to [Semantic Versioning](http://semver.org).
55

66

7-
[Staged]
7+
[v1.3.1]
88
------------------------------------------------------------------------
9+
**October 16th, 2020**
910
* __Added:__ Editor command for evaluating selection with `groff -Tutf8`
1011
* __Added:__ `mdoc.template` and `man.template` as recognised Roff files
1112
* __Added:__ Recognition of `.\"`, `.Dt/.Dd` and `$Mdocdate$` in headers
@@ -116,7 +117,8 @@ Initial release. Adds syntax highlighting and language support for Roff.
116117

117118
[Referenced links]:_____________________________________________________
118119
[C0 control codes]: http://en.wikipedia.org/wiki/C0_and_C1_control_codes
119-
[Staged]: https://github.com/Alhadis/language-roff/compare/v1.3.0...HEAD
120+
[Staged]: https://github.com/Alhadis/language-roff/compare/v1.3.1...HEAD
121+
[v1.3.1]: https://github.com/Alhadis/language-roff/releases/tag/v1.3.1
120122
[v1.3.0]: https://github.com/Alhadis/language-roff/releases/tag/v1.3.0
121123
[v1.2.2]: https://github.com/Alhadis/language-roff/releases/tag/v1.2.2
122124
[v1.2.1]: https://github.com/Alhadis/language-roff/releases/tag/v1.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-roff",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Atom support for Unix manual pages (Groff/Troff) and the historical RUNOFF language.",
55
"keywords": ["Roff", "Groff", "Troff", "Nroff", "Typesetting", "RUNOFF", "DSR", "BSD", "Unix Manual Page", "Manpage", "man",
66
"mandoc", "mdoc", "Ronn", "Ditroff", "Eqn", "Pic", "Chem", "DFORMAT", "Grap", "Refer", "Tbl", "IDEAL", "grn", "Plan9"],

0 commit comments

Comments
 (0)