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 652ab53

Browse files
author
Viktor Novikov
committed
Bump version. Update changelog
1 parent 4f6e552 commit 652ab53

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
@@ -124,4 +124,8 @@ The format is based on [Keep a Changelog] (http://keepachangelog.com/en/1.0.0/)
124124

125125
### [2.14.1] - 2023-12-26
126126
## Improved
127-
- Add ts/js support. Author: [@tomgao365](https://github.com/tomgao365)
127+
- Add ts/js support. Author: [@tomgao365](https://github.com/tomgao365)
128+
129+
### [2.15.0] - 2024-04-01
130+
## Added
131+
- Support for html within jQuery without the need for comments. Author: [@scottforte](https://github.com/scottforte)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
8383
### [2.14.1] - 2023-12-26
8484
## Improved
8585
- Add ts/js support. Author: [@tomgao365](https://github.com/tomgao365)
86+
87+
### [2.15.0] - 2024-04-01
88+
## Added
89+
- Support for html within jQuery without the need for comments. Author: [@scottforte](https://github.com/scottforte)
8690
-----------------------------------------------------------------------------------------------------------
8791

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

0 commit comments

Comments
 (0)