Skip to content

Commit 0e73679

Browse files
committed
chore(version): 0.1.1
1 parent ee9f234 commit 0e73679

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## 0.1.1 - 2023-09-18
6+
#### Bug Fixes
7+
- incorrect ecsact_runtime version - (a1c6cd5) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- sync with ecsact_common (#6) - (ee9f234) - seaubot
10+
11+
- - -
12+
513
## 0.1.0 - 2023-09-18
614
#### Features
715
- move codegen headers over (#11) - (d0d83e5) - Ezekiel Warren

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_codegen",
3-
version = "0.1.0",
3+
version = "0.1.1",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)