Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
neroniaky committed Nov 27, 2016
1 parent cec1235 commit a98a238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v0.2.0-beta.4
**Breaking Changes:**
- Changed name of `.sendHttpRequest()` method to `.request()`
**Featues:**
- Added `RequestOptionsArgs` to all HTTP-Wrappers
**Bugfixes:**
- Fixed OAuth Implementation

## v0.2.0-beta.1
**Bugfixes:**
- Changed import order of BaseField to fix angular-cli import
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": "angular2-token",
"version": "0.2.0-beta.3",
"version": "0.2.0-beta.4",
"description": "Angular2 service for token based authentication",
"main": "./angular2-token.js",
"typings": "./angular2-token.d.ts",
Expand Down

0 comments on commit a98a238

Please sign in to comment.