Skip to content

Commit

Permalink
chore(patch): release 1.22.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.3](v1.22.2...v1.22.3) (2024-10-23)

### 🎨 Styles

* update docusaurus styles and images ([#450](#450)) ([78f80a1](78f80a1)), closes [#404](#404)

### 🧑‍💻 Code Refactoring

* replace FixedResultPipe with EchoPipe due to deprecated FixedResultPipe functionality ([#449](#449)) ([9c9a2f0](9c9a2f0))
* replace XsltPipe error forwards to exception and use ReplacerPipe instead of FixedResultPipe due to deprecated functionality ([#456](#456)) ([42b7867](42b7867))

### 🤖 Build System

* **dependencies:** bump the docusaurus group across 1 directory with 2 updates ([#458](#458)) ([7582bd6](7582bd6))
* **dependencies:** bump the github-actions group across 1 directory with 6 updates ([#457](#457)) ([bae3359](bae3359))
  • Loading branch information
semantic-release-bot committed Oct 23, 2024
1 parent 9c9a2f0 commit 11067f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)

## [1.22.3](https://github.com/wearefrank/zaakbrug/compare/v1.22.2...v1.22.3) (2024-10-23)

### 🎨 Styles

* update docusaurus styles and images ([#450](https://github.com/wearefrank/zaakbrug/issues/450)) ([78f80a1](https://github.com/wearefrank/zaakbrug/commit/78f80a1381dc48ae262a3b71a6773ba03190b4d2)), closes [#404](https://github.com/wearefrank/zaakbrug/issues/404)

### 🧑‍💻 Code Refactoring

* replace FixedResultPipe with EchoPipe due to deprecated FixedResultPipe functionality ([#449](https://github.com/wearefrank/zaakbrug/issues/449)) ([9c9a2f0](https://github.com/wearefrank/zaakbrug/commit/9c9a2f0cbbda3c5cd85fc66e7126404702db1c23))
* replace XsltPipe error forwards to exception and use ReplacerPipe instead of FixedResultPipe due to deprecated functionality ([#456](https://github.com/wearefrank/zaakbrug/issues/456)) ([42b7867](https://github.com/wearefrank/zaakbrug/commit/42b786789075d7fe033e974d2722c890089a894b))

### 🤖 Build System

* **dependencies:** bump the docusaurus group across 1 directory with 2 updates ([#458](https://github.com/wearefrank/zaakbrug/issues/458)) ([7582bd6](https://github.com/wearefrank/zaakbrug/commit/7582bd6ba0fdedd66d7e97f6af84f76a00eb02ae))
* **dependencies:** bump the github-actions group across 1 directory with 6 updates ([#457](https://github.com/wearefrank/zaakbrug/issues/457)) ([bae3359](https://github.com/wearefrank/zaakbrug/commit/bae33593768b1457c5331e2ad53af07eb3b48765))

## [1.22.2](https://github.com/wearefrank/zaakbrug/compare/v1.22.1...v1.22.2) (2024-10-17)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/BuildInfo.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
instance.version=1.22.2
versionDate_ddmmyyyy=17/10/2024
instance.version=1.22.3
versionDate_ddmmyyyy=23/10/2024

0 comments on commit 11067f8

Please sign in to comment.