Skip to content

Commit 384aede

Browse files
committed
Release 2.2.0
1 parent de631f2 commit 384aede

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.2.0 (2023-02-20)
12+
13+
### Feature
14+
15+
- Move to the new add-on testing based on docker @sneridagh [#13](https://github.com/kitconcept/volto-export/pull/13)
16+
17+
### Bugfix
18+
19+
- Fix decoding of html entities @reebalazs [#10](https://github.com/kitconcept/volto-export/pull/10)
20+
- Include headings in the volto Table of Contents block. @danalvrz [#12](https://github.com/kitconcept/volto-export/pull/12)
21+
22+
1123
## 2.1.2 (2022-09-12)
1224

1325
### Bugfix

news/10.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/12.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/13.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-heading-block",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "volto-heading-block: Volto add-on that provides a configurable heading block",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)