Skip to content

Commit

Permalink
chore(release): 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](v1.4.2...v1.4.3) (2023-08-12)

### Bug Fixes

* load shader as internal asset ([#19](#19)) ([0c61f1b](0c61f1b))
  • Loading branch information
semantic-release-bot committed Aug 12, 2023
1 parent 0c61f1b commit e306d1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.3](https://github.com/sparten11740/bevy_health_bar3d/compare/v1.4.2...v1.4.3) (2023-08-12)


### Bug Fixes

* load shader as internal asset ([#19](https://github.com/sparten11740/bevy_health_bar3d/issues/19)) ([0c61f1b](https://github.com/sparten11740/bevy_health_bar3d/commit/0c61f1b4699f47c8d505417df81616b1dfa533b1))

## [1.4.2](https://github.com/sparten11740/bevy_health_bar3d/compare/v1.4.1...v1.4.2) (2023-07-22)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_health_bar3d"
description = "Health bar for bevy implemented as a billboard shader"
version = "1.4.2"
version = "1.4.3"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit e306d1a

Please sign in to comment.