Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-08-21)

### Bug Fixes

* **package:** add package lock ([#1](#1)) ([4060b07](4060b07))
  • Loading branch information
oneamexbot committed Aug 21, 2020
1 parent 894bbf6 commit bea4bbd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## [1.0.1](https://github.com/americanexpress/json-parse-context/compare/v1.0.0...v1.0.1) (2020-08-21)


### Bug Fixes

* **package:** add package lock ([#1](https://github.com/americanexpress/json-parse-context/issues/1)) ([4060b07](https://github.com/americanexpress/json-parse-context/commit/4060b07a5ee9d6b0fa4648cd9539f2f0495aa5e6))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-parse-context",
"version": "1.0.0-pre",
"version": "1.0.1",
"description": "Add the context of a json parse error to the error message with syntax highlighting if possible.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -64,8 +64,14 @@
"main",
"next",
"next-major",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit bea4bbd

Please sign in to comment.