Skip to content

Commit bea4bbd

Browse files
committed
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2020-08-21) ### Bug Fixes * **package:** add package lock ([#1](#1)) ([4060b07](4060b07))
1 parent 894bbf6 commit bea4bbd

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [1.0.1](https://github.com/americanexpress/json-parse-context/compare/v1.0.0...v1.0.1) (2020-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** add package lock ([#1](https://github.com/americanexpress/json-parse-context/issues/1)) ([4060b07](https://github.com/americanexpress/json-parse-context/commit/4060b07a5ee9d6b0fa4648cd9539f2f0495aa5e6))

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: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-parse-context",
3-
"version": "1.0.0-pre",
3+
"version": "1.0.1",
44
"description": "Add the context of a json parse error to the error message with syntax highlighting if possible.",
55
"main": "index.js",
66
"scripts": {
@@ -64,8 +64,14 @@
6464
"main",
6565
"next",
6666
"next-major",
67-
{ "name": "beta", "prerelease": true },
68-
{ "name": "alpha", "prerelease": true }
67+
{
68+
"name": "beta",
69+
"prerelease": true
70+
},
71+
{
72+
"name": "alpha",
73+
"prerelease": true
74+
}
6975
],
7076
"plugins": [
7177
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)