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 e896186

Browse files
author
Viktor Novikov
committed
update versions, readme and changelog
1 parent 95a20f0 commit e896186

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ The format is based on [Keep a Changelog] (http://keepachangelog.com/en/1.0.0/)
118118
## Improved
119119
- PHP file support
120120

121-
122121
### [2.12.0] - 2021-10-05
123122
## Fixed
124-
- Fixes issues with trailing syntax in single-line "sql" syntax shown in issue. And also adds support for Prisma and other ORMs that use "xxxxx.sql" syntax. Author: [@jdukleth](https://github.com/jdukleth)
123+
- Fixes issues with trailing syntax in single-line "sql" syntax shown in issue. And also adds support for Prisma and other ORMs that use "xxxxx.sql" syntax. Author: [@jdukleth](https://github.com/jdukleth)
124+
125+
### [2.14.1] - 2023-12-26
126+
## Improved
127+
- Add ts/js support. Author: [@tomgao365](https://github.com/tomgao365)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,13 @@ Simply insert the comment /\*html\*/ or `html` (also works with SQL, SVG, XML, j
7676
## Improved
7777
- PHP files support
7878

79-
### [2.13.1] - 2023-12-14
79+
### [2.12.0] - 2021-10-05
8080
## Fixed
8181
- Fixes issues with trailing syntax in single-line "sql" syntax shown in issue. And also adds support for Prisma and other ORMs that use "xxxxx.sql" syntax. Author: [@jdukleth](https://github.com/jdukleth)
82+
83+
### [2.14.1] - 2023-12-26
84+
## Improved
85+
- Add ts/js support. Author: [@tomgao365](https://github.com/tomgao365)
8286
-----------------------------------------------------------------------------------------------------------
8387

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

0 commit comments

Comments
 (0)