Skip to content

Commit

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

## v0.1.0

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

### 🩹 Fixes

- Path ([92afc9d](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/92afc9d))
- Switch + recursive updates error ([8281e5c](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/8281e5c))
- Change dep to devDep ([95f6dfe](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/95f6dfe))
- Some types fixed + cleaning code ([ce9c36b](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/ce9c36b))

### 💅 Refactors

- ⚠️ From useStrapiBlocks to StrapiBlocks ([a058bc8](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/a058bc8))

### 📖 Documentation

- Coverage badge ([1e74727](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/1e74727))

### ✅ Tests

- Add coverage test + test non existing blocks ([6b39a49](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/6b39a49))

#### ⚠️ Breaking Changes

- ⚠️ From useStrapiBlocks to StrapiBlocks ([a058bc8](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/a058bc8))

### ❤️ Contributors

- Niklas Fjeldberg <github@fjeldberg.me>

## v0.0.13

[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.0.12...v0.0.13)
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.0.13",
"version": "0.1.0",
"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 @@ -65,4 +65,4 @@
"vue"
],
"dependencies": {}
}
}

0 comments on commit 693c4e7

Please sign in to comment.