@metamask-previews/local-node-utils 0.0.0-preview-c1aa224d7 → 1.0.0-preview-eb182b860

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.0.0]
11
+
10
12
  ### Added
11
13
 
12
- - Initial package scaffold ([#9233](https://github.com/MetaMask/core/pull/9233))
13
- - Shared installer utilities for local node runtime packages ([#9234](https://github.com/MetaMask/core/pull/9234))
14
+ - Initial release ([#9314](https://github.com/MetaMask/core/pull/9314))
14
15
  - Cache directory resolution from Yarn config
15
16
  - Artifact config helpers, checksum verification, and downloads
16
17
  - Archive extraction, executable wrappers, and filesystem helpers
17
18
 
18
- [Unreleased]: https://github.com/MetaMask/core/
19
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/local-node-utils@1.0.0...HEAD
20
+ [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/local-node-utils@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/local-node-utils",
3
- "version": "0.0.0-preview-c1aa224d7",
3
+ "version": "1.0.0-preview-eb182b860",
4
4
  "description": "Shared utilities for MetaMask local node runtime installers",
5
5
  "keywords": [
6
6
  "Ethereum",