Skip to content

Commit a1bf64d

Browse files
committed
chore: release v0.2.5
1 parent 8b627cc commit a1bf64d

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.2.4...v0.2.5)
2+
3+
## 🐛 Bug Fixes
4+
5+
- **pkg**: drop sideEffects:false, it broke the published dist ([8b627cc](https://github.com/stacksjs/ts-syntax-highlighter/commit/8b627cc)) _(by Chris <chrisbreuer93@gmail.com>)_
6+
7+
## 🧹 Chores
8+
9+
- release v0.2.5 ([ed49e44](https://github.com/stacksjs/ts-syntax-highlighter/commit/ed49e44)) _(by Chris <chrisbreuer93@gmail.com>)_
10+
- **deps**: declare bun ^1.3.14 in deps.yaml ([4731045](https://github.com/stacksjs/ts-syntax-highlighter/commit/4731045)) _(by Chris <chrisbreuer93@gmail.com>)_
11+
12+
## Contributors
13+
14+
- _Chris <chrisbreuer93@gmail.com>_
15+
116
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.2.3...v0.2.4)
217

318
## 🐛 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.4",
4+
"version": "0.2.5",
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.4",
4+
"version": "0.2.5",
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.4",
5+
"version": "0.2.5",
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.4",
4+
"version": "0.2.5",
55
"description": "Performant & minimal syntax highlighter.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)