Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2024-03-04)

### Bug Fixes

* Cocktail forms calculation was not shown properly, changed volume validation at ingredients form ([#188](#188)) ([f3ef485](f3ef485))
* Fixed chrome ui bug (icon was not correctly displayed) ([#191](#191)) ([1a669bd](1a669bd))
* Glass form was not accessable if the glass had no image ([#189](#189)) ([96cc360](96cc360))
  • Loading branch information
semantic-release-bot committed Mar 4, 2024
1 parent 3f12f26 commit e41d22f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.1](https://github.com/jo-gross/Cocktail-Manager/compare/v1.4.0...v1.4.1) (2024-03-04)


### Bug Fixes

* Cocktail forms calculation was not shown properly, changed volume validation at ingredients form ([#188](https://github.com/jo-gross/Cocktail-Manager/issues/188)) ([f3ef485](https://github.com/jo-gross/Cocktail-Manager/commit/f3ef485b39b325d26c91b28f40d6065d4f6f27eb))
* Fixed chrome ui bug (icon was not correctly displayed) ([#191](https://github.com/jo-gross/Cocktail-Manager/issues/191)) ([1a669bd](https://github.com/jo-gross/Cocktail-Manager/commit/1a669bd1192e9902ea36e94bdcae3e1688c6643f))
* Glass form was not accessable if the glass had no image ([#189](https://github.com/jo-gross/Cocktail-Manager/issues/189)) ([96cc360](https://github.com/jo-gross/Cocktail-Manager/commit/96cc360d57ca2d0e29a48bed49684361393448db))

# [1.4.0](https://github.com/jo-gross/Cocktail-Manager/compare/v1.3.0...v1.4.0) (2024-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cocktail-recipes",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit e41d22f

Please sign in to comment.