fix(err): bump cli version (#40382)

This commit is contained in:
Hugues Pouillot
2025-10-27 11:22:56 +01:00
committed by GitHub
parent 7aa9ef7294
commit 20f8f78442
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# posthog-cli
# 0.5.7
- Fix bug where files point to the same sourcemap
# 0.5.6
- Adding experimental support for hermes sourcemaps

2
cli/Cargo.lock generated
View File

@@ -1520,7 +1520,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "posthog-cli"
version = "0.5.6"
version = "0.5.7"
dependencies = [
"anyhow",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "posthog-cli"
version = "0.5.6"
version = "0.5.7"
authors = [
"David <david@posthog.com>",
"Olly <oliver@posthog.com>",