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

Commit 10175d8

Browse files
committed
chore(release): 2.1.2
1 parent fdbf082 commit 10175d8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.1.2"></a>
6+
## [2.1.2](https://github.com/npm/read-package-json/compare/v2.1.1...v2.1.2) (2020-08-20)
7+
8+
9+
### Bug Fixes
10+
11+
* even better json errors, remove graceful-fs ([fdbf082](https://github.com/npm/read-package-json/commit/fdbf082))
12+
13+
14+
515
<a name="2.1.1"></a>
616
## [2.1.1](https://github.com/npm/read-package-json/compare/v2.1.0...v2.1.1) (2019-12-09)
717

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-package-json",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
55
"description": "The thing npm uses to read package.json files with semantics and defaults and validation",
66
"repository": {

0 commit comments

Comments
 (0)