Skip to content

Commit c7357d0

Browse files
committed
chore(release): v0.0.10
1 parent c1595a0 commit c7357d0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.0.10
5+
6+
[compare changes](https://github.com/ThimoDEV/nuxt-codemirror/compare/v0.0.9...v0.0.10)
7+
8+
### 🩹 Fixes
9+
10+
- **deps:** Update dependency @codemirror/view to v6.30.0 ([551736c](https://github.com/ThimoDEV/nuxt-codemirror/commit/551736c))
11+
12+
### 📖 Documentation
13+
14+
- **readme:** Improvements ([6c2b035](https://github.com/ThimoDEV/nuxt-codemirror/commit/6c2b035))
15+
16+
### 🏡 Chore
17+
18+
- Add renovate.json ([80d088d](https://github.com/ThimoDEV/nuxt-codemirror/commit/80d088d))
19+
- Fix linting issues ([c1595a0](https://github.com/ThimoDEV/nuxt-codemirror/commit/c1595a0))
20+
21+
### ❤️ Contributors
22+
23+
- Thimo ([@ThimoDEV](http://github.com/ThimoDEV))
24+
- Sébastien Chopin <[email protected]>
25+
426
## v0.0.9
527

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

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

0 commit comments

Comments
 (0)