Skip to content

Commit 8996904

Browse files
committed
chore(release): 6.1.0
1 parent 6b3cdd3 commit 8996904

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="6.1.0"></a>
6+
# [6.1.0](https://github.com/Angular-RU/angular-universal-starter/compare/v6.0.0...v6.1.0) (2018-06-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **script:** build:server ([4144fb5](https://github.com/Angular-RU/angular-universal-starter/commit/4144fb5))
12+
* `TypeScript : 2.7.2` ([adff684](https://github.com/Angular-RU/angular-universal-starter/commit/adff684))
13+
* add dir `static` to Dockerfile ([6b3cdd3](https://github.com/Angular-RU/angular-universal-starter/commit/6b3cdd3))
14+
* https://github.com/DefinitelyTyped/DefinitelyTyped/issues/26198 ([1bf6a36](https://github.com/Angular-RU/angular-universal-starter/commit/1bf6a36))
15+
* remove TranslateModule.forChild() from modules ([4daced7](https://github.com/Angular-RU/angular-universal-starter/commit/4daced7))
16+
17+
18+
### Features
19+
20+
* Use prerender and dynamic render [#8](https://github.com/Angular-RU/angular-universal-starter/issues/8) ([081f188](https://github.com/Angular-RU/angular-universal-starter/commit/081f188))
21+
22+
23+
524
<a name="6.0.0"></a>
625
# 6.0.0 (2018-05-22)
726

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "universal-demo",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)