Skip to content

Commit 12b592e

Browse files
committed
chore(release): 7.0.0
1 parent 56d8470 commit 12b592e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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="7.0.0"></a>
6+
# [7.0.0](https://github.com/Angular-RU/angular-universal-starter/compare/v6.1.0...v7.0.0) (2018-10-24)
7+
8+
9+
### Bug Fixes
10+
11+
* build webpack and docker.ssr ([575ae52](https://github.com/Angular-RU/angular-universal-starter/commit/575ae52))
12+
* change lang without reload page ([7501bc9](https://github.com/Angular-RU/angular-universal-starter/commit/7501bc9))
13+
* remove node fetch ([d96bd4d](https://github.com/Angular-RU/angular-universal-starter/commit/d96bd4d))
14+
* TransferHttpCacheModule - work! ([9197b6c](https://github.com/Angular-RU/angular-universal-starter/commit/9197b6c))
15+
* update [@gorniv](https://github.com/gorniv)/ngx-transfer-http ([dc632fb](https://github.com/Angular-RU/angular-universal-starter/commit/dc632fb))
16+
* **script:** add delay for watch script ([56d8470](https://github.com/Angular-RU/angular-universal-starter/commit/56d8470))
17+
* **watch:** use bash for terminal on windows ([5732dd2](https://github.com/Angular-RU/angular-universal-starter/commit/5732dd2))
18+
19+
20+
### Features
21+
22+
* add watch script ([2b1151e](https://github.com/Angular-RU/angular-universal-starter/commit/2b1151e))
23+
* include style to inline style server render ([dbb413b](https://github.com/Angular-RU/angular-universal-starter/commit/dbb413b))
24+
* inline style browser ([029df7d](https://github.com/Angular-RU/angular-universal-starter/commit/029df7d))
25+
* update to Angular 7 ([1301091](https://github.com/Angular-RU/angular-universal-starter/commit/1301091))
26+
27+
28+
529
<a name="6.1.0"></a>
630
# [6.1.0](https://github.com/Angular-RU/angular-universal-starter/compare/v6.0.0...v6.1.0) (2018-06-06)
731

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.1.0",
3+
"version": "7.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)