Skip to content

Commit

Permalink
Bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Oct 14, 2014
1 parent 013b977 commit dbfaeeb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.0

* Add [App Events for Canvas](https://developers.facebook.com/docs/canvas/appevents) support. [#39](https://github.com/pc035860/angular-easyfb/issues/39)

## v1.1.0

* Upgrade Facebook JS SDK loading function to support [Facebook Platform versioning](https://developers.facebook.com/docs/apps/changelog/)
Expand Down
4 changes: 2 additions & 2 deletions angular-easyfb.min.js

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

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-easyfb",
"version": "1.1.0",
"version": "1.2.0",
"description": "Super easy AngularJS + Facebook JavaScript SDK.",
"main": "angular-easyfb.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-easyfb",
"version": "1.1.0",
"version": "1.2.0",
"description": "Super easy AngularJS + Facebook JavaScript SDK.",
"main": "index.js",
"directories": {},
Expand Down

0 comments on commit dbfaeeb

Please sign in to comment.