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 c1cd237

Browse files
committed
Bump version
1 parent 83a4365 commit c1cd237

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

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

133133
### [2.16.0] - 2024-07-14
134134
## Added
135-
- Support ReScript syntax. Author: [mrmurphy](https://github.com/mrmurphy)
135+
- Support ReScript syntax. Author: [mrmurphy](https://github.com/mrmurphy)
136+
137+
### [2.17.0] - 2024-12-04
138+
## Added
139+
- Support Markdown (MD) syntax. Author: [aslushnikov](https://github.com/aslushnikov)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
6060
### [...]
6161
- See changelog for previous notes
6262

63-
### [2.8.0] - 2021-04-23
64-
## Fixed
65-
- SQL support for vue files
66-
6763
### [2.9.0] - 2021-05-18
6864
## Improved
6965
- CSS support
@@ -91,6 +87,10 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
9187
### [2.16.0] - 2024-07-14
9288
## Added
9389
- Support ReScript syntax. Author: [mrmurphy](https://github.com/mrmurphy)
90+
91+
### [2.17.0] - 2024-12-04
92+
## Added
93+
- Support Markdown (MD) syntax. Author: [aslushnikov](https://github.com/aslushnikov)
9494
-----------------------------------------------------------------------------------------------------------
9595

9696
**Enjoy!**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.16.0",
5+
"version": "2.17.0",
66
"publisher": "Tobermory",
77
"icon": "docs/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)