Skip to content

Commit 1a17657

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent e074d59 commit 1a17657

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# v0.6.0 (Wed Jun 15 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- `@code-hike/mdx`
6+
- Multiline mark annotation [#199](https://github.com/code-hike/codehike/pull/199) ([@pomber](https://github.com/pomber))
7+
8+
#### 🐛 Bug Fix
9+
10+
- `@code-hike/mdx`
11+
- Fix Safari 14 playground [#195](https://github.com/code-hike/codehike/pull/195) ([@pomber](https://github.com/pomber))
12+
- Empty codeblocks [#192](https://github.com/code-hike/codehike/pull/192) ([@pomber](https://github.com/pomber))
13+
- Merge main [#190](https://github.com/code-hike/codehike/pull/190) ([@pomber](https://github.com/pomber))
14+
15+
#### Authors: 1
16+
17+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
18+
19+
---
20+
121
# v0.5.2 (Wed May 25 2022)
222

323
#### 🐛 Bug Fix

packages/mdx/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# v0.6.0 (Wed Jun 15 2022)
2+
3+
#### 🚀 Enhancement
4+
5+
- Multiline mark annotation [#199](https://github.com/code-hike/codehike/pull/199) ([@pomber](https://github.com/pomber))
6+
7+
#### 🐛 Bug Fix
8+
9+
- Add class parmeter to mark annotation ([@pomber](https://github.com/pomber))
10+
- Change multiline mark colors ([@pomber](https://github.com/pomber))
11+
- Multiline mark ([@pomber](https://github.com/pomber))
12+
- Fix Safari 14 playground [#195](https://github.com/code-hike/codehike/pull/195) ([@pomber](https://github.com/pomber))
13+
- Remove BigInt64Array ([@pomber](https://github.com/pomber))
14+
- Empty codeblocks [#192](https://github.com/code-hike/codehike/pull/192) ([@pomber](https://github.com/pomber))
15+
- Add config props to components ([@pomber](https://github.com/pomber))
16+
- Fix empty check ([@pomber](https://github.com/pomber))
17+
- Merge main [#190](https://github.com/code-hike/codehike/pull/190) ([@pomber](https://github.com/pomber))
18+
19+
#### Authors: 1
20+
21+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
22+
23+
---
24+
125
# v0.5.2 (Wed May 25 2022)
226

327
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)