Skip to content

Commit 5bcd401

Browse files
committed
chore(release): v0.0.2
1 parent 6ef57f8 commit 5bcd401

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
4+
## v0.0.2
5+
6+
7+
### 🚀 Enhancements
8+
9+
- WIP codemirro logic from react version ([4fb81ee](https://github.com/your-org/my-module/commit/4fb81ee))
10+
11+
### 🩹 Fixes
12+
13+
- Codemirror visible in playground ([7a39972](https://github.com/your-org/my-module/commit/7a39972))
14+
- Typos ([87f94f2](https://github.com/your-org/my-module/commit/87f94f2))
15+
- Extensions EditorState duplicate error ([f058d19](https://github.com/your-org/my-module/commit/f058d19))
16+
- DefineExpose not working through refs ([2e0c0df](https://github.com/your-org/my-module/commit/2e0c0df))
17+
- Attrs composable not needed, added onFocus and onBlur events ([31a54ec](https://github.com/your-org/my-module/commit/31a54ec))
18+
- Types and repo templates ([7eb6415](https://github.com/your-org/my-module/commit/7eb6415))
19+
- V-model not working ([6a44d6c](https://github.com/your-org/my-module/commit/6a44d6c))
20+
21+
### 🏡 Chore
22+
23+
- Init ([f18245e](https://github.com/your-org/my-module/commit/f18245e))
24+
- Update deps and config ([c105c52](https://github.com/your-org/my-module/commit/c105c52))
25+
- Cleanup code ([484dcfa](https://github.com/your-org/my-module/commit/484dcfa))
26+
- Capitalcase change not tracked by git ([67917de](https://github.com/your-org/my-module/commit/67917de))
27+
- Small cleanup ([6ef57f8](https://github.com/your-org/my-module/commit/6ef57f8))
28+
29+
### ❤️ Contributors
30+
31+
- Thimo ([@ThimoDEV](http://github.com/ThimoDEV))
32+

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.1",
3+
"version": "0.0.2",
44
"description": "Nuxt codemirror module",
55
"repository": "your-org/my-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)