Skip to content

Commit 6adb1aa

Browse files
committed
chore(release): v0.0.11
1 parent 06b149a commit 6adb1aa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.11
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.10...v0.0.11)
7+
8+
### 🩹 Fixes
9+
10+
- V-model not updating codemirror instance if changed externally ([fbfa2cb](https://github.com/ThimoDEV/nuxt-codemirror/commit/fbfa2cb))
11+
12+
### 🏡 Chore
13+
14+
- **docs:** Update readme ([06b149a](https://github.com/ThimoDEV/nuxt-codemirror/commit/06b149a))
15+
16+
### ❤️ Contributors
17+
18+
- Thimo ([@ThimoDEV](http://github.com/ThimoDEV))
19+
420
## v0.0.10
521

622
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.9...v0.0.10)

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

0 commit comments

Comments
 (0)