Skip to content

Commit 2aa2061

Browse files
committed
chore: release v0.2.0
1 parent 321a102 commit 2aa2061

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.1.0...v0.2.0)
2+
3+
### 🚀 Features
4+
5+
- add support to more languages ([ab20218](https://github.com/stacksjs/ts-syntax-highlighter/commit/ab20218))
6+
7+
### 🧹 Chores
8+
9+
- release v0.2.0 ([d8df68b](https://github.com/stacksjs/ts-syntax-highlighter/commit/d8df68b))
10+
- wip ([321a102](https://github.com/stacksjs/ts-syntax-highlighter/commit/321a102))
11+
- wip ([117787f](https://github.com/stacksjs/ts-syntax-highlighter/commit/117787f))
12+
- wip ([81689e9](https://github.com/stacksjs/ts-syntax-highlighter/commit/81689e9))
13+
- wip ([cc2467e](https://github.com/stacksjs/ts-syntax-highlighter/commit/cc2467e))
14+
- wip ([3abe17e](https://github.com/stacksjs/ts-syntax-highlighter/commit/3abe17e))
15+
- wip ([9eb8388](https://github.com/stacksjs/ts-syntax-highlighter/commit/9eb8388))
16+
17+
### Contributors
18+
19+
- Adelino Ngomacha <[email protected]>
20+
21+
[Compare changes](https://github.com/stacksjs/ts-syntax-highlighter/compare/v0.1.0...HEAD)
22+
23+
### 🚀 Features
24+
25+
- add support to more languages ([ab20218](https://github.com/stacksjs/ts-syntax-highlighter/commit/ab20218))
26+
27+
### 🧹 Chores
28+
29+
- wip ([321a102](https://github.com/stacksjs/ts-syntax-highlighter/commit/321a102))
30+
- wip ([117787f](https://github.com/stacksjs/ts-syntax-highlighter/commit/117787f))
31+
- wip ([81689e9](https://github.com/stacksjs/ts-syntax-highlighter/commit/81689e9))
32+
- wip ([cc2467e](https://github.com/stacksjs/ts-syntax-highlighter/commit/cc2467e))
33+
- wip ([3abe17e](https://github.com/stacksjs/ts-syntax-highlighter/commit/3abe17e))
34+
- wip ([9eb8388](https://github.com/stacksjs/ts-syntax-highlighter/commit/9eb8388))
35+
36+
### Contributors
37+
38+
- Adelino Ngomacha <[email protected]>
39+
140
### 🧹 Chores
241

342
- wip ([f02fdc6](https://github.com/stacksjs/ts-syntax-highlighter/commit/f02fdc6))

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

0 commit comments

Comments
 (0)