Skip to content

Commit a956883

Browse files
committed
chore(release): v0.0.3
1 parent 5ad681f commit a956883

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.3
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.1...v0.0.3)
7+
8+
### 🩹 Fixes
9+
10+
- Duplicate codemirror/state causing extensions not working ([75f6f97](https://github.com/ThimoDEV/nuxt-codemirror/commit/75f6f97))
11+
12+
### 🏡 Chore
13+
14+
- Update readme ([c0f2574](https://github.com/ThimoDEV/nuxt-codemirror/commit/c0f2574))
15+
- Fix tags in readme ([ad4a377](https://github.com/ThimoDEV/nuxt-codemirror/commit/ad4a377))
16+
- Update readme install line ([d014ff0](https://github.com/ThimoDEV/nuxt-codemirror/commit/d014ff0))
17+
- Update readme with credits ([6597299](https://github.com/ThimoDEV/nuxt-codemirror/commit/6597299))
18+
- **release:** V0.0.2 ([5ad681f](https://github.com/ThimoDEV/nuxt-codemirror/commit/5ad681f))
19+
20+
### ❤️ Contributors
21+
22+
- Thimo ([@ThimoDEV](http://github.com/ThimoDEV))
23+
424
## v0.0.2
525

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

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

0 commit comments

Comments
 (0)