Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Commit cf8f771

Browse files
author
Viktor Novikov
committed
Bump version
1 parent d14c3da commit cf8f771

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,8 @@ The format is based on [Keep a Changelog] (http://keepachangelog.com/en/1.0.0/)
128128

129129
### [2.15.0] - 2024-04-01
130130
## Added
131-
- Support for html within jQuery without the need for comments. Author: [@scottforte](https://github.com/scottforte)
131+
- Support for html within jQuery without the need for comments. Author: [@scottforte](https://github.com/scottforte)
132+
133+
### [2.16.0] - 2024-07-14
134+
## Added
135+
- Support ReScript syntax. Author: [mrmurphy](https://github.com/mrmurphy)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
8787
### [2.15.0] - 2024-04-01
8888
## Added
8989
- Support for html within jQuery without the need for comments. Author: [@scottforte](https://github.com/scottforte)
90+
91+
### [2.16.0] - 2024-07-14
92+
## Added
93+
- Support ReScript syntax. Author: [mrmurphy](https://github.com/mrmurphy)
9094
-----------------------------------------------------------------------------------------------------------
9195

9296
**Enjoy!**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "es6-string-html",
33
"displayName": "es6-string-html",
44
"description": "Syntax highlighting in es6 multiline strings",
5-
"version": "2.15.0",
5+
"version": "2.16.0",
66
"publisher": "Tobermory",
77
"icon": "docs/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)