@metamask-previews/foundryup 1.0.0-preview-713be623 → 1.0.1-preview-43d47013
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 +5 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.0.1]
|
|
11
|
+
|
|
10
12
|
### Fixed
|
|
11
13
|
|
|
12
|
-
- fix: make anvil symlink relative (#6202)
|
|
14
|
+
- fix: make anvil symlink relative ([#6202](https://github.com/MetaMask/core/pull/6202))
|
|
13
15
|
|
|
14
16
|
## [1.0.0]
|
|
15
17
|
|
|
@@ -26,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
26
28
|
- Cache management commands for cleaning downloaded binaries
|
|
27
29
|
- Automatic version detection and management of Foundry releases
|
|
28
30
|
|
|
29
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/foundryup@1.0.
|
|
31
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/foundryup@1.0.1...HEAD
|
|
32
|
+
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/foundryup@1.0.0...@metamask/foundryup@1.0.1
|
|
30
33
|
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/foundryup@1.0.0
|