Skip to content

Commit

Permalink
chore(patch): release 1.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.1](v1.15.0...v1.15.1) (2024-04-09)

### πŸ› Bug Fixes

* errors during translations when multiple uw-gegevens subsections are present ([f2db81f](f2db81f))
* errorstore is eating errors without storing the message in the errorstore ([4b59c7b](4b59c7b))

### βœ… Tests

* add testcase where all uw-gegevens sections are present ([d9769d7](d9769d7))
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent 4b59c7b commit 5dc11f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
[![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.15.1](https://github.com/wearefrank/openforms2bpel/compare/v1.15.0...v1.15.1) (2024-04-09)


### πŸ› Bug Fixes

* errors during translations when multiple uw-gegevens subsections are present ([f2db81f](https://github.com/wearefrank/openforms2bpel/commit/f2db81f275b23edbbdbd5013808156cc91c53105))
* errorstore is eating errors without storing the message in the errorstore ([4b59c7b](https://github.com/wearefrank/openforms2bpel/commit/4b59c7b369005b844548a629071bc787f9373c65))


### βœ… Tests

* add testcase where all uw-gegevens sections are present ([d9769d7](https://github.com/wearefrank/openforms2bpel/commit/d9769d782c40a88a30558ec7481c319ceabedf37))

## [1.15.0](https://github.com/wearefrank/openforms2bpel/compare/v1.14.11...v1.15.0) (2024-03-20)


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.15.0
versionDate_ddmmyyyy=20/03/2024
instance.version=1.15.1
versionDate_ddmmyyyy=09/04/2024

0 comments on commit 5dc11f2

Please sign in to comment.