Skip to content

Commit

Permalink
Merge pull request node-facebook#53 from dantman/master
Browse files Browse the repository at this point in the history
Release 2.0.0-alpha1
  • Loading branch information
dantman committed May 22, 2016
2 parents 1806c3b + 2b9c178 commit b7cb5fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## 2.0.0-dev
## 2.0.0-alpha1

* **BREAKING CHANGE**: Dropped support for FQL and Legacy REST Api
* **BREAKING CHANGE**: New minimum API version `v2.1`
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fb",
"version": "1.1.0",
"version": "2.0.0-alpha1",
"description": "NodeJS Library for Facebook",
"keywords": [
"facebook",
Expand Down Expand Up @@ -48,5 +48,8 @@
},
"engines": {
"node": ">=4"
},
"publishConfig": {
"tag": "next"
}
}

0 comments on commit b7cb5fd

Please sign in to comment.