diff --git a/.changeset/calm-insects-sell.md b/.changeset/calm-insects-sell.md deleted file mode 100644 index 32601281..00000000 --- a/.changeset/calm-insects-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"replayio": patch ---- - -Fixed an issue that prevented fresh latest versions to be installed after installing dev versions of the runtime diff --git a/packages/replayio/CHANGELOG.md b/packages/replayio/CHANGELOG.md index f1c00e56..43becf08 100644 --- a/packages/replayio/CHANGELOG.md +++ b/packages/replayio/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.1 + +### Patch Changes + +- [#629](https://github.com/replayio/replay-cli/pull/629) [`42866f2`](https://github.com/replayio/replay-cli/commit/42866f2aed8b83c09c268e969d9bbf45331b29d9) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue that prevented fresh latest versions to be installed after installing dev versions of the runtime + ## 1.6.0 ### Minor Changes diff --git a/packages/replayio/package.json b/packages/replayio/package.json index 3883a4bb..a908efdb 100644 --- a/packages/replayio/package.json +++ b/packages/replayio/package.json @@ -1,6 +1,6 @@ { "name": "replayio", - "version": "1.6.0", + "version": "1.6.1", "description": "CLI tool for uploading and managing recordings", "bin": "./bin.js", "exports": {