Skip to content

Commit

Permalink
chore(release): v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfjeldberg committed Feb 3, 2024
1 parent eb4a755 commit 5c1136c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## v0.2.0

[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.1.2...v0.2.0)

### 🚀 Enhancements

- ⚠️ Render Fragment insead div wrapper ([c40487b](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/c40487b))

### 🩹 Fixes

- Prettier formatting ([108cbee](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/108cbee))
- Lint + prettier code ([2a2599c](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/2a2599c))
- Missing blocks tests locking for wrong string ([b5e27a1](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/b5e27a1))
- Formatting ([ba4288e](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/ba4288e))

### 📖 Documentation

- Features section ([eb4a755](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/eb4a755))

### 🏡 Chore

- **dep:** Update packages ([6c69722](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/6c69722))

#### ⚠️ Breaking Changes

- ⚠️ Render Fragment insead div wrapper ([c40487b](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/c40487b))

### ❤️ Contributors

- Niklas Fjeldberg <[email protected]>
- Reslear <[email protected]>

## v0.1.2

[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.1.1...v0.1.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-strapi-blocks-renderer",
"private": false,
"version": "0.1.2",
"version": "0.2.0",
"description": "A Vue renderer for the Strapi's Blocks rich text editor. Compatible with Nuxt.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,4 +75,4 @@
"nuxt",
"vue"
]
}
}

0 comments on commit 5c1136c

Please sign in to comment.