Skip to content

Commit

Permalink
chore(release): 4.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.3](v4.1.2...v4.1.3) (2024-06-06)

### Bug Fixes

* **BookingAdminController:** fix for time values not rendering in the edit form ([a60db70](a60db70)), closes [#852](#852)
* **BookingAdminController:** remove time values if it really was removed ([d4e55c9](d4e55c9))
* fix even more issues after moving to native enums ([0dbba90](0dbba90)), closes [#853](#853) [#854](#854)
  • Loading branch information
semantic-release-bot committed Jun 6, 2024
1 parent 8f41175 commit ae6ba09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.1.3](https://github.com/daveroverts/bmac/compare/v4.1.2...v4.1.3) (2024-06-06)


### Bug Fixes

* **BookingAdminController:** fix for time values not rendering in the edit form ([a60db70](https://github.com/daveroverts/bmac/commit/a60db703a0e418977f887ca6047167ba09300b94)), closes [#852](https://github.com/daveroverts/bmac/issues/852)
* **BookingAdminController:** remove time values if it really was removed ([d4e55c9](https://github.com/daveroverts/bmac/commit/d4e55c970472c762107e6226234289111d5c45f6))
* fix even more issues after moving to native enums ([0dbba90](https://github.com/daveroverts/bmac/commit/0dbba90c7de1a9ab7ddc8d93da2c7d5267cd0dce)), closes [#853](https://github.com/daveroverts/bmac/issues/853) [#854](https://github.com/daveroverts/bmac/issues/854)

## [4.1.2](https://github.com/daveroverts/bmac/compare/v4.1.1...v4.1.2) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bmac",
"private": true,
"version": "4.1.2",
"version": "4.1.3",
"repository": {
"type": "git",
"url": "https://github.com/daveroverts/bmac.git"
Expand Down

0 comments on commit ae6ba09

Please sign in to comment.