diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index d7b10b3ce1..13e781d9de 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -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 diff --git a/cli/Cargo.lock b/cli/Cargo.lock index ecc0f9696f..b97fd98818 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1520,7 +1520,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "posthog-cli" -version = "0.5.6" +version = "0.5.7" dependencies = [ "anyhow", "chrono", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 972f86322a..07bfa8e095 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "posthog-cli" -version = "0.5.6" +version = "0.5.7" authors = [ "David ", "Olly ",