Skip to content

Commit

Permalink
release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jun 11, 2019
1 parent 1bf4872 commit eee464c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes will be documented in this file.
JSON Schema $Ref Parser adheres to [Semantic Versioning](http://semver.org/).


## [v7.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v7.0.0) (2019-06-11)

- Dropped support for Node 6
- Updated all code to ES6+ syntax (async/await, template literals, arrow functions, etc.)
- No longer including a pre-built bundle in the package. such as [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/), [Parcel](https://parceljs.org/), or [Browserify](http://browserify.org/) to include JSON Schema $Ref Parser in your app

[Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v6.1.0...v7.0.0)


## [v6.0.0](https://github.com/APIDevTools/json-schema-ref-parser/tree/v6.0.0) (2018-10-04)

- Dropped support for [Bower](https://www.npmjs.com/package/bower), since it has been deprecated
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-schema-ref-parser",
"version": "6.1.0",
"version": "7.0.0",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
"keywords": [
"json",
Expand Down Expand Up @@ -46,7 +46,7 @@
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
"coverage:browser": "npm run test:browser -- --coverage",
"upgrade": "npm-check -u",
"bump": "bump --prompt --tag --push --all",
"bump": "bump --tag --push --all",
"release": "npm run upgrade && npm test && npm run bump"
},
"devDependencies": {
Expand Down

0 comments on commit eee464c

Please sign in to comment.