Skip to content

Commit 60e9aff

Browse files
committed
chore(release): v0.0.8
1 parent 9e5ca76 commit 60e9aff

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.0.8
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.7...v0.0.8)
7+
8+
### 🚀 Enhancements
9+
10+
- Add babel/runtime to support more extensions ([802f944](https://github.com/ThimoDEV/nuxt-codemirror/commit/802f944))
11+
12+
### 📖 Documentation
13+
14+
- Add docs for components and update FAQ ([0bca0d6](https://github.com/ThimoDEV/nuxt-codemirror/commit/0bca0d6))
15+
- Cleanup code and add documentation ([4e64130](https://github.com/ThimoDEV/nuxt-codemirror/commit/4e64130))
16+
- Add tested section ([182c3c4](https://github.com/ThimoDEV/nuxt-codemirror/commit/182c3c4))
17+
18+
### 🏡 Chore
19+
20+
- Add playground theme example ([2895720](https://github.com/ThimoDEV/nuxt-codemirror/commit/2895720))
21+
- Fix playground issue ([9e5ca76](https://github.com/ThimoDEV/nuxt-codemirror/commit/9e5ca76))
22+
23+
### ❤️ Contributors
24+
25+
- Thimo ([@ThimoDEV](http://github.com/ThimoDEV))
26+
427
## v0.0.7
528

629
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.6...v0.0.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-codemirror",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Nuxt codemirror module",
55
"repository": "https://github.com/ThimoDEV/nuxt-codemirror",
66
"license": "MIT",

0 commit comments

Comments
 (0)