Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Dec 8, 2016
1 parent 71ab82e commit 8613c1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"spaced-comment": 0,
"import/no-dynamic-require": 0,
"import/no-extraneous-dependencies": [2, { "devDependencies": true }],
"import/no-unresolved": [2, { "ignore": ['graphql'] }],
"import/no-unresolved": 2,
}
}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# tbd
# 0.1.0

**New features:**
- Added querySparql method
Expand All @@ -12,6 +12,6 @@
- Use Trig Media type with UTF-8 charset for POSTing and PUTing data
- Fixed concurrent parsing bug

# 0.1.0
# 0.0.1

First release! :tada:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blazegraph",
"version": "0.0.2",
"version": "0.1.0",
"description": "Blazegraph JavaScript API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8613c1d

Please sign in to comment.