Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
neroniaky committed Dec 20, 2016
1 parent c4ac5b9 commit c9ae57e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.2.0-beta.5
**Bugfixes:**
- Fix tsc noUnusedParameters validation
- Remove unnecessary console output, fixes #72
- Added relative route paths, fixes #79

## v0.2.0-beta.4
**Breaking Changes:**
- Changed name of `.sendHttpRequest()` method to `.request()`
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.4",
"version": "0.2.0-beta.5",
"description": "Angular2 service for token based authentication",
"main": "./angular2-token.js",
"typings": "./angular2-token.d.ts",
Expand Down

0 comments on commit c9ae57e

Please sign in to comment.