mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix(err): bump cli version (#40382)
This commit is contained in:
@@ -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
2
cli/Cargo.lock
generated
@@ -1520,7 +1520,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||||
|
||||
[[package]]
|
||||
name = "posthog-cli"
|
||||
version = "0.5.6"
|
||||
version = "0.5.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user