Skip to content

Commit

Permalink
chore(release): v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Apr 16, 2024
1 parent 8c625af commit d6db605
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v2.0.1

[compare changes](https://github.com/sandros94/nuxt-markdown-render/compare/v2.0.0...v2.0.1)

### 🩹 Fixes

- Remove ref from plugin fixes #13 ([#13](https://github.com/sandros94/nuxt-markdown-render/issues/13))
- Remove ref from plugin fixes #13 ([#13](https://github.com/sandros94/nuxt-markdown-render/issues/13))
- Reduce final bundle size by setting plugins to false ([2aba34d](https://github.com/sandros94/nuxt-markdown-render/commit/2aba34d))

### 📖 Documentation

- Update readme to follow latest changes ([dd265d7](https://github.com/sandros94/nuxt-markdown-render/commit/dd265d7))

### 🏡 Chore

- Set plugins as optional deps ([bb7526d](https://github.com/sandros94/nuxt-markdown-render/commit/bb7526d))

### ❤️ Contributors

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

## v2.0.0

[compare changes](https://github.com/sandros94/nuxt-markdown-render/compare/v1.10.0...v2.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-markdown-render",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple, lightweight markdown-it wrapper for Nuxt written in pure typescript.",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -71,4 +71,4 @@
"uc.micro": "2.0.0"
}
}
}
}

0 comments on commit d6db605

Please sign in to comment.