immediate-error 9.0.0 → 9.0.1
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ Noitce: ai generated this changelog, so it might not be completely accurate.
|
|
|
6
6
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
7
7
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
8
8
|
|
|
9
|
+
## [9.0.1]
|
|
10
|
+
### Changed
|
|
11
|
+
- This changelog
|
|
12
|
+
- package.json description
|
|
13
|
+
|
|
9
14
|
## [9.0.0]
|
|
10
15
|
### Added
|
|
11
16
|
- `getError` function to get robustly cached errors
|
|
@@ -38,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
38
43
|
- `es-object-atoms`, `true-value`, `yanoop` dependencies
|
|
39
44
|
|
|
40
45
|
## [7.2.0]
|
|
46
|
+
### THIS VERSION IS DEPRECATED: Dependency problem
|
|
41
47
|
|
|
42
48
|
### Changed
|
|
43
49
|
- Minor adjustment in vm.Script args formatting
|