Skip to content

Commit

Permalink
chore(release): v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Apr 14, 2024
1 parent a07db0d commit 36079c6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v1.9.0

[compare changes](https://github.com/sandros94/nuxt-markdown-render/compare/v1.8.0...v1.9.0)

### 🚀 Enhancements

- Optionally disable and enable rules fixes #10 ([#10](https://github.com/sandros94/nuxt-markdown-render/issues/10))
- Dynamically use a new md istance when required ([f88bad1](https://github.com/sandros94/nuxt-markdown-render/commit/f88bad1))

### 💅 Refactors

- Composable param and make it optional ([96a5ba7](https://github.com/sandros94/nuxt-markdown-render/commit/96a5ba7))

### 📖 Documentation

- Fix available exports for `useNuxtMarkdown` composable ([2b17d4b](https://github.com/sandros94/nuxt-markdown-render/commit/2b17d4b))

### 🏡 Chore

- **revert:** To `[email protected]` till #8 is fixed ([#8](https://github.com/sandros94/nuxt-markdown-render/issues/8))

### ✅ Tests

- Move to nuxt page ([5d253a4](https://github.com/sandros94/nuxt-markdown-render/commit/5d253a4))
- Add blank test ([a07db0d](https://github.com/sandros94/nuxt-markdown-render/commit/a07db0d))

### ❤️ Contributors

- Sandros94 ([@Sandros94](http://github.com/Sandros94))

## v1.8.0

[compare changes](https://github.com/sandros94/nuxt-markdown-render/compare/v1.7.3...v1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-markdown-render",
"version": "1.8.0",
"version": "1.9.0",
"description": "A simple, lightweight markdown-it wrapper for Nuxt written in pure typescript.",
"keywords": [
"nuxt",
Expand Down

0 comments on commit 36079c6

Please sign in to comment.