chore(router): bump up version number

This commit is contained in:
vsavkin 2016-06-30 14:58:59 -07:00
parent dabf214f17
commit 01de58d650
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 3.0.0-beta.2 (2016-06-30)
## Bug Fixes
* fix(router): remove private and internal annotations
* fix(router): remove the precompile warning
# 3.0.0-beta.1 (2016-06-30)
## Features

View File

@ -1,6 +1,6 @@
{
"name": "@angular/router",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "",
"main": "index.js",
"jsnext:main": "esm/index.js",