Skip to content

Commit

Permalink
chore(patch): release 1.21.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.21.3](v1.21.2...v1.21.3) (2024-09-13)

### 🐛 Bug Fixes

* having both einddatum and resultaat but no eindstatus in updateZaak does not close zaak based on einddatum ([#440](#440)) ([4346f16](4346f16))

### 🤖 Build System

* **dependencies:** bump prism-react-renderer ([#437](#437)) ([c4bca52](c4bca52))
* **dependencies:** bump the github-actions group across 1 directory with 2 updates ([#439](#439)) ([56cef55](56cef55))
  • Loading branch information
semantic-release-bot committed Sep 13, 2024
1 parent 4346f16 commit bbb1f0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
[![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.21.3](https://github.com/wearefrank/zaakbrug/compare/v1.21.2...v1.21.3) (2024-09-13)

### 🐛 Bug Fixes

* having both einddatum and resultaat but no eindstatus in updateZaak does not close zaak based on einddatum ([#440](https://github.com/wearefrank/zaakbrug/issues/440)) ([4346f16](https://github.com/wearefrank/zaakbrug/commit/4346f1606c60d5563644977bffbf92deeac513d1))

### 🤖 Build System

* **dependencies:** bump prism-react-renderer ([#437](https://github.com/wearefrank/zaakbrug/issues/437)) ([c4bca52](https://github.com/wearefrank/zaakbrug/commit/c4bca52ae5d501a710d48c2e60f79a30365a7b4b))
* **dependencies:** bump the github-actions group across 1 directory with 2 updates ([#439](https://github.com/wearefrank/zaakbrug/issues/439)) ([56cef55](https://github.com/wearefrank/zaakbrug/commit/56cef55ae6b0807c0f629454f66e743cd3397443))

## [1.21.2](https://github.com/wearefrank/zaakbrug/compare/v1.21.1...v1.21.2) (2024-09-04)

### 🧑‍💻 Code Refactoring
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.21.2
versionDate_ddmmyyyy=04/09/2024
instance.version=1.21.3
versionDate_ddmmyyyy=13/09/2024

0 comments on commit bbb1f0b

Please sign in to comment.