Skip to content

Commit

Permalink
Merge pull request #65 from holidayextras/release-2.0.0
Browse files Browse the repository at this point in the history
Update files for verison 2.0.0 release.
  • Loading branch information
pmcnr-hx authored Sep 25, 2017
2 parents c4fc7fa + 99accd4 commit ab92ef7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 32 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
- 2017-09-25 - v2.0.0-alpha
- 2017-09-25 - :warning: GraphQL support is incomplete in this alpha release
- 2017-09-25 - Bump all dependencies
- 2017-09-25 - Support Node.js 8
- 2017-09-25 - Only Node.js >= 4.5 is now supported
- 2017-09-25 - Support latest `jsonapi-server`
- 2017-09-26 - v2.0.0
- 2017-09-26 - Support Node.js 8
- 2017-09-26 - Only Node.js >= 4.5 is now supported
- 2017-09-26 - Support latest `jsonapi-server`
- 2016-08-09 - v1.2.8
- 2016-08-09 - Update `sequelize` dependency to latest version
- 2016-08-09 - Optimised searches filtered by related resource
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### :warning: !!! GraphQL support is incomplete for the current 2.0.0-alpha release !!! :warning:

[![Coverage Status](https://coveralls.io/repos/holidayextras/jsonapi-store-relationaldb/badge.svg?branch=master&service=github)](https://coveralls.io/github/holidayextras/jsonapi-store-relationaldb?branch=master)
[![Build Status](https://travis-ci.org/holidayextras/jsonapi-store-relationaldb.svg?branch=master)](https://travis-ci.org/holidayextras/jsonapi-store-relationaldb)
[![npm version](https://badge.fury.io/js/jsonapi-store-relationaldb.svg)](http://badge.fury.io/js/jsonapi-store-relationaldb)
Expand Down
48 changes: 25 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-store-relationaldb",
"version": "2.0.0-alpha",
"version": "2.0.0",
"description": "Relational data store for jsonapi-server.",
"keywords": [
"json:api",
Expand Down

0 comments on commit ab92ef7

Please sign in to comment.