Skip to content

Commit c9ae57e

Browse files
committed
Version Bump
1 parent c4ac5b9 commit c9ae57e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.2.0-beta.5
4+
**Bugfixes:**
5+
- Fix tsc noUnusedParameters validation
6+
- Remove unnecessary console output, fixes #72
7+
- Added relative route paths, fixes #79
8+
39
## v0.2.0-beta.4
410
**Breaking Changes:**
511
- Changed name of `.sendHttpRequest()` method to `.request()`

package.json

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

0 commit comments

Comments
 (0)