Skip to content

Commit a98a238

Browse files
committed
Version Bump
1 parent cec1235 commit a98a238

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## v0.2.0-beta.4
4+
**Breaking Changes:**
5+
- Changed name of `.sendHttpRequest()` method to `.request()`
6+
**Featues:**
7+
- Added `RequestOptionsArgs` to all HTTP-Wrappers
8+
**Bugfixes:**
9+
- Fixed OAuth Implementation
10+
311
## v0.2.0-beta.1
412
**Bugfixes:**
513
- Changed import order of BaseField to fix angular-cli import

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-token",
3-
"version": "0.2.0-beta.3",
3+
"version": "0.2.0-beta.4",
44
"description": "Angular2 service for token based authentication",
55
"main": "./angular2-token.js",
66
"typings": "./angular2-token.d.ts",

0 commit comments

Comments
 (0)