Skip to content

Commit fd32ac9

Browse files
committed
chore: release v0.2.6
1 parent 3aab122 commit fd32ac9

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.2.5...v0.2.6)
2+
3+
## 🐛 Bug Fixes
4+
5+
- **fast**: emit whitespace so the token stream reproduces its input ([3aab122](https://github.com/stacksjs/ts-syntax-highlighter/commit/3aab122)) _(by Chris <chrisbreuer93@gmail.com>)_
6+
7+
## 📚 Documentation
8+
9+
- link the community as stacksjs.com/discord ([a3c96c0](https://github.com/stacksjs/ts-syntax-highlighter/commit/a3c96c0)) _(by Chris <chrisbreuer93@gmail.com>)_
10+
11+
## 🧹 Chores
12+
13+
- release v0.2.6 ([cdbcfec](https://github.com/stacksjs/ts-syntax-highlighter/commit/cdbcfec)) _(by Chris <chrisbreuer93@gmail.com>)_
14+
15+
## Contributors
16+
17+
- _Chris <chrisbreuer93@gmail.com>_
18+
119
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.2.4...v0.2.5)
220

321
## 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-syntax-highlighter",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "Like our `ts-starter`, but optimized for monorepos.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "benchmarks",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"private": true,
66
"description": "Benchmarks for ts-syntax-highlighter",
77
"scripts": {

packages/stx-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stx",
33
"displayName": "STX",
44
"description": "Syntax highlighting for STX - a modern frontend framework rivaling Vue and React",
5-
"version": "0.2.5",
5+
"version": "0.2.6",
66
"publisher": "stacksjs",
77
"license": "MIT",
88
"sideEffects": false,

packages/ts-syntax-highlighter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-syntax-highlighter",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "Performant & minimal syntax highlighter.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)