Skip to content

Commit 678b0f6

Browse files
committed
chore(release): v0.0.15
1 parent 30819d6 commit 678b0f6

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.0.15
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.14...v0.0.15)
7+
8+
### 🚀 Enhancements
9+
10+
- Inline nuxt docs v3 & dockerfile ([0e85bf0](https://github.com/ThimoDEV/nuxt-codemirror/commit/0e85bf0))
11+
- Added codemirror devtool tab and updated module.ts ([bb123a4](https://github.com/ThimoDEV/nuxt-codemirror/commit/bb123a4))
12+
13+
### 🩹 Fixes
14+
15+
- **deps:** Update dependency @codemirror/language to v6.11.0 ([3c18a51](https://github.com/ThimoDEV/nuxt-codemirror/commit/3c18a51))
16+
- Added minimalSetup example to playground ([cdd59c1](https://github.com/ThimoDEV/nuxt-codemirror/commit/cdd59c1))
17+
- Nuxt 3.16 specific changes and workspace for module and playground ([258883a](https://github.com/ThimoDEV/nuxt-codemirror/commit/258883a))
18+
19+
### 🏡 Chore
20+
21+
- Edited playground to test highlighting ([f035697](https://github.com/ThimoDEV/nuxt-codemirror/commit/f035697))
22+
- Cleanup playground and module ([2508806](https://github.com/ThimoDEV/nuxt-codemirror/commit/2508806))
23+
- Remove unused packages ([b4e5ed5](https://github.com/ThimoDEV/nuxt-codemirror/commit/b4e5ed5))
24+
- Type issue ([7febf14](https://github.com/ThimoDEV/nuxt-codemirror/commit/7febf14))
25+
- Update lockfile ([a90e821](https://github.com/ThimoDEV/nuxt-codemirror/commit/a90e821))
26+
- Fix lint and build errors ([5cc392b](https://github.com/ThimoDEV/nuxt-codemirror/commit/5cc392b))
27+
- Disable devtools ([30819d6](https://github.com/ThimoDEV/nuxt-codemirror/commit/30819d6))
28+
29+
### ❤️ Contributors
30+
31+
- Thimo ([@ThimoDEV](https://github.com/ThimoDEV))
32+
- H+ ([@justserdar](https://github.com/justserdar))
33+
434
## v0.0.14
535

636
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.13...v0.0.14)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-codemirror",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Nuxt codemirror module",
55
"repository": "https://github.com/ThimoDEV/nuxt-codemirror",
66
"homepage": "https://github.com/ThimoDEV/nuxt-codemirror#readme",
@@ -69,7 +69,7 @@
6969
"vitest": "^3.0.8",
7070
"vue-tsc": "2.0.29"
7171
},
72-
"resolutions": {
72+
"resolutions": {
7373
"vue-tsc": "2.2.2"
7474
},
7575
"keywords": [

0 commit comments

Comments
 (0)