Skip to content

Commit dcd954c

Browse files
chore(release): v0.2.1
1 parent 1b3958b commit dcd954c

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.2.1
4+
5+
[compare changes](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/compare/v0.2.0...v0.2.1)
6+
7+
### 🩹 Fixes
8+
9+
- Formatting ([352d41e](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/352d41e))
10+
- Remove unneded peerDependencie ([55e91f3](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/55e91f3))
11+
- Render empty paragraph as br elements ([#25](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/pull/25))
12+
- Remove old ts plugin ([111a1d5](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/111a1d5))
13+
- Add br to test data ([1b3958b](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/1b3958b))
14+
15+
### 🏡 Chore
16+
17+
- **dep:** Update packages ([c25be63](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/c25be63))
18+
19+
### ✅ Tests
20+
21+
- Added p => br test ([ede0a25](https://github.com/niklasfjeldberg/vue-strapi-blocks-renderer/commit/ede0a25))
22+
23+
### ❤️ Contributors
24+
25+
- Niklas Fjeldberg <github@fjeldberg.me>
26+
- Reslear <reslear@gmail.com>
27+
328
## v0.2.0
429

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-strapi-blocks-renderer",
33
"private": false,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "A Vue renderer for the Strapi's Blocks rich text editor. Compatible with Nuxt.",
66
"repository": {
77
"type": "git",
@@ -74,4 +74,4 @@
7474
"nuxt",
7575
"vue"
7676
]
77-
}
77+
}

0 commit comments

Comments
 (0)