Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 405b44f

Browse files
Release 0.29.1
1 parent 33253dd commit 405b44f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].
55

6-
## [Unreleased]
6+
## [0.29.1] - 2022-04-04
77

88
### Security
99
- Secondary dependencies security updates
@@ -195,6 +195,7 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
195195
<!-- Versions -->
196196
[Unreleased]: https://github.com/stefanobartoletti/bricks/compare/master...devel
197197

198+
[0.29.1]: https://github.com/stefanobartoletti/bricks/compare/v0.29.0...v0.29.1
198199
[0.29.0]: https://github.com/stefanobartoletti/bricks/compare/v0.28.0...v0.29.0
199200
[0.28.0]: https://github.com/stefanobartoletti/bricks/compare/v0.27.3...v0.28.0
200201
[0.27.3]: https://github.com/stefanobartoletti/bricks/compare/v0.27.2...v0.27.3
@@ -214,3 +215,5 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
214215
[0.20.2]: https://github.com/stefanobartoletti/bricks/compare/v0.20.1...v0.20.2
215216
[0.20.1]: https://github.com/stefanobartoletti/bricks/compare/v0.20.0...v0.20.1
216217
[0.20.0]: https://github.com/stefanobartoletti/bricks/releases/v0.20.0
218+
219+
[unreleased]: https://github.com/stefanobartoletti/bricks/compare/v0.29.1...HEAD

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stefanobartoletti/bricks",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"description": "A modular WordPress starter theme powered by Bootstrap 5 and Gulp",
55
"authors": [
66
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bricks",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"description": "A modular WordPress starter theme powered by Bootstrap 5 and Gulp",
55
"author": "Stefano Bartoletti (https://www.stefanobartoletti.it)",
66
"repository": {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://bricks.stefanobartoletti.it
44
Author: Stefano Bartoletti
55
Author URI: https://www.stefanobartoletti.it
66
Description: A modular WordPress starter theme powered by Bootstrap 5 and Gulp
7-
Version: 0.29.0
7+
Version: 0.29.1
88
License: GPL-3.0
99
License URI: https://github.com/stefanobartoletti/bricks/blob/master/LICENSE.txt
1010
Text Domain: bricks

0 commit comments

Comments
 (0)