Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Nov 3, 2023
1 parent f14fa2e commit 01e54a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
### [0.7.1](https://github.com/plone/blocks-conversion-tool/compare/0.7.0...0.7.1) (2023-11-03)


### Bug Fixes

* Fix html2slate for tables without headers ([#37](https://github.com/plone/blocks-conversion-tool/issues/37)) ([f92f5c9](https://github.com/plone/blocks-conversion-tool/commit/f92f5c98cfd78cefa5916b784772b57898afa956))
* Wrap td contents in div instead of span ([#38](https://github.com/plone/blocks-conversion-tool/issues/38)) ([ae31295](https://github.com/plone/blocks-conversion-tool/commit/ae3129562c4e0f269a92f0a119f48dcc2487772c))


### Maintenance

* List files to include for npm package instead of files to exclude ([#39](https://github.com/plone/blocks-conversion-tool/issues/39)) ([f14fa2e](https://github.com/plone/blocks-conversion-tool/commit/f14fa2e85fea25c406b50644f15414032457535c))

## [0.7.0](https://github.com/plone/blocks-conversion-tool/compare/0.5.0...0.7.0) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@plone/blocks-conversion-tool",
"version": "0.7.0",
"version": "0.7.1",
"private": false,
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 01e54a8

Please sign in to comment.