Skip to content

Commit 468f45e

Browse files
committed
chore(version): 0.6.2
1 parent 42ddbb7 commit 468f45e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.6.2 - 2024-05-27
6+
#### Features
7+
- implement new assoc api (#224) - (42ddbb7) - Ezekiel Warren
8+
#### Miscellaneous Chores
9+
- sync with ecsact_common (#216) - (b97c452) - seaubot
10+
- remove bazel lock file - (31ab9de) - Ezekiel Warren
11+
12+
- - -
13+
514
## 0.6.1 - 2024-05-10
615
#### Bug Fixes
716
- empty api defines for bazel runtime (#220) - (0714b6c) - 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_interpret",
3-
version = "0.6.1",
3+
version = "0.6.2",
44
compatibility_level = 6,
55
)
66

0 commit comments

Comments
 (0)