Skip to content

Commit 0898bca

Browse files
committed
chore: bump version to beta.12 w/ changelog
1 parent d940387 commit 0898bca

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="2.0.0-beta.12"></a>
2+
# 2.0.0-beta.12 (2016-03-23)
3+
4+
5+
### Bug Fixes
6+
7+
* **angular_1_router:** ng-link is generating wrong hrefs ([69c1405](https://github.com/angular/angular/commit/69c1405)), closes [#7423](https://github.com/angular/angular/issues/7423)
8+
* **angular1_router:** support link generation with custom hashPrefixes ([0f8efce](https://github.com/angular/angular/commit/0f8efce))
9+
* **package.json:** remove es6-promise from the peerDependency list ([8b67b07](https://github.com/angular/angular/commit/8b67b07))
10+
11+
### Features
12+
13+
* **dart/transform:** Use angular2/platform/browser as bootstrap lib ([b6507e3](https://github.com/angular/angular/commit/b6507e3)), closes [#7647](https://github.com/angular/angular/issues/7647)
14+
15+
116
<a name="2.0.0-beta.11"></a>
217
# 2.0.0-beta.11 (2016-03-18)
318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "2.0.0-beta.11",
3+
"version": "2.0.0-beta.12",
44
"branchPattern": "2.0.*",
55
"description": "Angular 2 - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)