Skip to content

Commit cf76fd9

Browse files
committed
chore(release): v0.0.7
1 parent c2f5844 commit cf76fd9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.7
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.6...v0.0.7)
7+
8+
### 🩹 Fixes
9+
10+
- Playground override incorrect ([8763279](https://github.com/ThimoDEV/nuxt-codemirror/commit/8763279))
11+
- Module types not generated on build ([e3e9a31](https://github.com/ThimoDEV/nuxt-codemirror/commit/e3e9a31))
12+
- On unmounted is placed inside onmounted warning ([9d65ba9](https://github.com/ThimoDEV/nuxt-codemirror/commit/9d65ba9))
13+
- Remove unneeded nextTick for syncing template ref ([673e99b](https://github.com/ThimoDEV/nuxt-codemirror/commit/673e99b))
14+
- Custom extensions not working ([c2f5844](https://github.com/ThimoDEV/nuxt-codemirror/commit/c2f5844))
15+
16+
### 🏡 Chore
17+
18+
- Upgrade @codemirror/view to latest version ([d655a96](https://github.com/ThimoDEV/nuxt-codemirror/commit/d655a96))
19+
20+
### ❤️ Contributors
21+
22+
- Thimo ([@ThimoDEV](http://github.com/ThimoDEV))
23+
424
## v0.0.6
525

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

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.6",
3+
"version": "0.0.7",
44
"description": "Nuxt codemirror module",
55
"repository": "https://github.com/ThimoDEV/nuxt-codemirror",
66
"license": "MIT",

0 commit comments

Comments
 (0)