From 3f5d9736a68ba31b537c2a7697b9e0bcff1a7ef6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Oct 2024 10:28:56 +0000 Subject: [PATCH] chore(release): 1.43.0-dev.1 [skip ci] ## [1.43.0-dev.1](https://github.com/crimera/piko/compare/v1.42.2-dev.1...v1.43.0-dev.1) (2024-10-26) ### Features * **Customize side bar items:** Allow for hiding of the "Jobs" item ([14ce811](https://github.com/crimera/piko/commit/14ce811a7b4d885fa6779524aad0b41034a2d8d0)) --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27a1556..31916e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.43.0-dev.1](https://github.com/crimera/piko/compare/v1.42.2-dev.1...v1.43.0-dev.1) (2024-10-26) + +### Features + +* **Customize side bar items:** Allow for hiding of the "Jobs" item ([14ce811](https://github.com/crimera/piko/commit/14ce811a7b4d885fa6779524aad0b41034a2d8d0)) + ## [1.42.2-dev.1](https://github.com/crimera/piko/compare/v1.42.1...v1.42.2-dev.1) (2024-10-26) ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index 8b8b772e..d2745b45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 1.42.2-dev.1 +version = 1.43.0-dev.1