Skip to content

Commit 0a67521

Browse files
committed
chore(release): v0.0.13
1 parent 5c43151 commit 0a67521

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
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.13
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.12...v0.0.13)
7+
8+
### 🩹 Fixes
9+
10+
- **deps:** Update codemirror ([3e4e70c](https://github.com/ThimoDEV/nuxt-codemirror/commit/3e4e70c))
11+
- **deps:** Update dependency @babel/runtime to v7.26.10 ([3348125](https://github.com/ThimoDEV/nuxt-codemirror/commit/3348125))
12+
- Seems highlighting works now ([7d5deb0](https://github.com/ThimoDEV/nuxt-codemirror/commit/7d5deb0))
13+
14+
### 🏡 Chore
15+
16+
- Updated playground packages ([4917b9b](https://github.com/ThimoDEV/nuxt-codemirror/commit/4917b9b))
17+
- Update packages and playground ([7286703](https://github.com/ThimoDEV/nuxt-codemirror/commit/7286703))
18+
- Cleanup unused imports ([5c43151](https://github.com/ThimoDEV/nuxt-codemirror/commit/5c43151))
19+
20+
### ❤️ Contributors
21+
22+
- Thimo ([@ThimoDEV](https://github.com/ThimoDEV))
23+
424
## v0.0.12
525

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-codemirror",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Nuxt codemirror module",
55
"repository": "https://github.com/ThimoDEV/nuxt-codemirror",
66
"homepage": "https://github.com/ThimoDEV/nuxt-codemirror#readme",
@@ -56,9 +56,9 @@
5656
"changelogen": "^0.6.1",
5757
"eslint": "^9.22.0",
5858
"nuxt": "^3.16.0",
59-
"typescript": "^5.8.2",
59+
"typescript": "5.3.2",
6060
"vitest": "^3.0.8",
61-
"vue-tsc": "^2.2.8"
61+
"vue-tsc": "2.0.29"
6262
},
6363
"keywords": [
6464
"nuxt",

0 commit comments

Comments
 (0)