Skip to content

Commit 5327696

Browse files
committed
chore(version): 0.1.7
1 parent 9dd4b4d commit 5327696

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

55
- - -
6+
## 0.1.7 - 2025-01-22
7+
#### Miscellaneous Chores
8+
- **(deps)** update ecsact repositories (#143) - (8e05ffd) - renovate[bot]
9+
- **(deps)** update dependency ecsact_cli to v0.3.21 (#142) - (cebb847) - renovate[bot]
10+
- allow ecsact_runtime 0.8.x - (9dd4b4d) - Ezekiel Warren
11+
- sync with ecsact_common (#141) - (9beb549) - Ezekiel Warren
12+
13+
- - -
14+
615
## 0.1.6 - 2024-10-22
716
#### Miscellaneous Chores
817
- **(deps)** update dependency ecsact_lang_cpp to v0.4.10 (#140) - (0ec6b6e) - renovate[bot]

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "ecsact_lang_json",
3-
version = "0.1.6",
3+
version = "0.1.7",
44
compatibility_level = 1,
55
)
66

0 commit comments

Comments
 (0)