@rockcarver/frodo-cli 2.0.3 → 2.0.5-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -1
- package/dist/app.cjs +3172 -2882
- package/dist/app.cjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.0.4] - 2024-08-14
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Better detection of homebrew vs binary vs NPM version
|
|
15
|
+
|
|
16
|
+
## [2.0.3] - 2024-08-14
|
|
17
|
+
|
|
10
18
|
### Chagned
|
|
11
19
|
|
|
12
20
|
- homebrew formula update so `frodo-cli-next` installs the latest (irrespective of stable or prerelease)
|
|
@@ -1913,7 +1921,9 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
1913
1921
|
- Fixed problem with adding connection profiles
|
|
1914
1922
|
- Miscellaneous bug fixes
|
|
1915
1923
|
|
|
1916
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.
|
|
1924
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.4...HEAD
|
|
1925
|
+
[2.0.4]: https://github.com/rockcarver/frodo-cli/compare/v2.0.3...v2.0.4
|
|
1926
|
+
[2.0.3]: https://github.com/rockcarver/frodo-cli/compare/v2.0.2...v2.0.3
|
|
1917
1927
|
[2.0.2]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1...v2.0.2
|
|
1918
1928
|
[2.0.1]: https://github.com/rockcarver/frodo-cli/compare/v2.0.1-0...v2.0.1
|
|
1919
1929
|
[2.0.1-0]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0...v2.0.1-0
|