Skip to content

Commit ddfd9f6

Browse files
committed
Release 4.1.3
1 parent d303812 commit ddfd9f6

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

CHANGELOG.md

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

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

11+
## 4.1.3 (2025-07-23)
12+
13+
### Feature
14+
15+
- Add Spanish translation #18 @macagua [#18](https://github.com/kitconcept/volto-separator-block/issue/18)
16+
1117
## 4.1.2 (2024-07-30)
1218

1319
### Internal

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-separator-block-dev",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "A new add-on for Volto",
55
"author": "kitconcept, GmbH",
66
"homepage": "https://github.com/kitconcept/volto-separator-block",

packages/volto-separator-block/.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"plugins": {
3-
"../../core/packages/scripts/prepublish.js": {}
3+
"../../../../core/packages/scripts/prepublish.js": {}
44
},
55
"hooks": {
66
"after:bump": [

packages/volto-separator-block/CHANGELOG.md

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

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

11+
## 4.1.3 (2025-07-23)
12+
13+
### Feature
14+
15+
- Add Spanish translation #18 @macagua [#18](https://github.com/kitconcept/volto-separator-block/issue/18)
16+
1117
## 4.1.2 (2024-07-30)
1218

1319
### Internal

packages/volto-separator-block/news/18.feature

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

packages/volto-separator-block/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-separator-block",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "volto-separator-block: Volto add-on that provides a visual separator between blocks",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)