Skip to content

Commit 12a9a9b

Browse files
committed
chore: release v0.2.1
1 parent 7feefff commit 12a9a9b

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.2.0...v0.2.1)
2+
3+
### 🧹 Chores
4+
5+
- release v0.2.1 ([d72676a](https://github.com/stacksjs/ts-syntax-highlighter/commit/d72676a))
6+
- fix lint issues ([7feefff](https://github.com/stacksjs/ts-syntax-highlighter/commit/7feefff))
7+
8+
### Contributors
9+
10+
- Adelino Ngomacha <[email protected]>
11+
12+
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.2.0...HEAD)
13+
14+
### 🧹 Chores
15+
16+
- fix lint issues ([7feefff](https://github.com/stacksjs/ts-syntax-highlighter/commit/7feefff))
17+
18+
### Contributors
19+
20+
- Adelino Ngomacha <[email protected]>
21+
122
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.1.0...v0.2.0)
223

324
### 🚀 Features

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.0",
4+
"version": "0.2.1",
55
"description": "Like our `ts-starter`, but optimized for monorepos.",
66
"author": "Chris Breuer <[email protected]>",
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.0",
4+
"version": "0.2.1",
55
"private": true,
66
"description": "Benchmarks for ts-syntax-highlighter",
77
"scripts": {

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.0",
4+
"version": "0.2.1",
55
"description": "Performant & minimal syntax highlighter.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)