Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfjeldberg committed Jan 3, 2024
1 parent bdd91bb commit 85cd6ce
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.1.1

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

### 🩹 Fixes

- Remove dep ([a6165ae](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/a6165ae))
- Wrong props used in code block ([19e4d4a](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/19e4d4a))

### 💅 Refactors

- Comment + clean code ([bdd91bb](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/bdd91bb))

### ✅ Tests

- Improve testing ([b33897a](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/b33897a))

### ❤️ Contributors

- Niklas Fjeldberg <github@fjeldberg.me>

## v0.1.0

[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.0.13...v0.1.0)
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.0",
"version": "0.1.1",
"description": "A Vue renderer for the Strapi's Blocks rich text editor. Compatible with Nuxt.",
"repository": "https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer",
"homepage": "https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer#readme",
Expand Down Expand Up @@ -64,4 +64,4 @@
"nuxt",
"vue"
]
}
}

0 comments on commit 85cd6ce

Please sign in to comment.