Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 1f477a8

Browse files
chore: Fix out-of-order ChangeLog entry (#189)
1 parent eca41e5 commit 1f477a8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# Changelog
22

3-
# [4.0.0](https://github.com/npm/read-package-json/compare/v3.0.1...v4.0.0) (2021-08-18)
4-
5-
6-
### Bug Fixes
7-
8-
* **parseError:** use file not path attribute ([5002e00](https://github.com/npm/read-package-json/commit/5002e00))
9-
10-
11-
### BREAKING CHANGES
12-
13-
* **parseError:** rename file attribute to path
14-
15-
In order to align with the way our other "fast" json parsers work the
16-
err.file attribute needs to be renamed to err.path.
17-
18-
Also other errors i.e. ENOENT attach a path attribute.
19-
20-
21-
22-
<a name="3.0.1"></a>
233
## [7.0.0](https://github.com/npm/read-package-json/compare/v6.0.4...v7.0.0) (2023-08-15)
244

255
### ⚠️ BREAKING CHANGES
@@ -111,6 +91,26 @@ Also other errors i.e. ENOENT attach a path attribute.
11191
* update json-parse-even-better-errors requirement ([#116](https://www.github.com/npm/read-package-json/issues/116)) ([1b1b3f0](https://www.github.com/npm/read-package-json/commit/1b1b3f0a979d1f6cd4a46b86b21abe020d849052))
11292
* update npm-normalize-package-bin requirement from ^1.0.0 to ^1.0.1 ([#114](https://www.github.com/npm/read-package-json/issues/114)) ([d1f64a5](https://www.github.com/npm/read-package-json/commit/d1f64a5d8250cc96df2f21200f92c5633418b33e))
11393

94+
# [4.0.0](https://github.com/npm/read-package-json/compare/v3.0.1...v4.0.0) (2021-08-18)
95+
96+
97+
### Bug Fixes
98+
99+
* **parseError:** use file not path attribute ([5002e00](https://github.com/npm/read-package-json/commit/5002e00))
100+
101+
102+
### BREAKING CHANGES
103+
104+
* **parseError:** rename file attribute to path
105+
106+
In order to align with the way our other "fast" json parsers work the
107+
err.file attribute needs to be renamed to err.path.
108+
109+
Also other errors i.e. ENOENT attach a path attribute.
110+
111+
112+
113+
<a name="3.0.1"></a>
114114
## [3.0.1](https://github.com/npm/read-package-json/compare/v3.0.0...v3.0.1) (2021-02-22)
115115

116116

0 commit comments

Comments
 (0)