Skip to content

Commit a2c565b

Browse files
author
Burak Tasci
committed
chore(release): 1.4.0
1 parent 799c229 commit a2c565b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
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="1.4.0"></a>
6+
# [1.4.0](https://github.com/ng-seed/universal/compare/v1.0.0...v1.4.0) (2018-01-08)
7+
8+
9+
### Bug Fixes
10+
11+
* add `angular-whitespace` rule to avoid falsy warnings ([#109](https://github.com/ng-seed/universal/issues/109)) ([66cd59f](https://github.com/ng-seed/universal/commit/66cd59f)), closes [#108](https://github.com/ng-seed/universal/issues/108)
12+
* **package:** update debug to version 3.1.0 ([#164](https://github.com/ng-seed/universal/issues/164)) ([f3c66ba](https://github.com/ng-seed/universal/commit/f3c66ba))
13+
* **package:** update morgan to version 1.9.0 ([#166](https://github.com/ng-seed/universal/issues/166)) ([026ba6d](https://github.com/ng-seed/universal/commit/026ba6d))
14+
* **package:** update ngx-perfect-scrollbar to version 4.8.4 ([#187](https://github.com/ng-seed/universal/issues/187)) ([4a65d60](https://github.com/ng-seed/universal/commit/4a65d60)), closes [#163](https://github.com/ng-seed/universal/issues/163)
15+
* use tilde version for uglifyjs-webpack-plugin ([#193](https://github.com/ng-seed/universal/issues/193)) ([a824bea](https://github.com/ng-seed/universal/commit/a824bea))
16+
17+
18+
### Features
19+
20+
* add basic JWT-based authentication with ngx-auth ([#121](https://github.com/ng-seed/universal/issues/121)) ([03c773e](https://github.com/ng-seed/universal/commit/03c773e)), closes [#118](https://github.com/ng-seed/universal/issues/118)
21+
* add Github button to the header ([#116](https://github.com/ng-seed/universal/issues/116)) ([896d26a](https://github.com/ng-seed/universal/commit/896d26a)), closes [#117](https://github.com/ng-seed/universal/issues/117)
22+
* upgrade to Angular 5.x ([#275](https://github.com/ng-seed/universal/issues/275)) ([799c229](https://github.com/ng-seed/universal/commit/799c229)), closes [#7](https://github.com/ng-seed/universal/issues/7) [#43](https://github.com/ng-seed/universal/issues/43) [#175](https://github.com/ng-seed/universal/issues/175) [#241](https://github.com/ng-seed/universal/issues/241)
23+
* use Angular Material components ([#103](https://github.com/ng-seed/universal/issues/103)) ([b3f2bfd](https://github.com/ng-seed/universal/commit/b3f2bfd)), closes [#53](https://github.com/ng-seed/universal/issues/53)
24+
* use ngx-perfect-scrollbar ([#107](https://github.com/ng-seed/universal/issues/107)) ([7e17300](https://github.com/ng-seed/universal/commit/7e17300)), closes [#106](https://github.com/ng-seed/universal/issues/106)
25+
* use stylelint-config-standard ([#105](https://github.com/ng-seed/universal/issues/105)) ([238e3cb](https://github.com/ng-seed/universal/commit/238e3cb)), closes [#104](https://github.com/ng-seed/universal/issues/104)
26+
27+
28+
529
<a name="1.3.0"></a>
630
# [1.3.0](https://github.com/ng-seed/universal/compare/v1.0.0...v1.3.0) (2017-10-13)
731

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-seed/universal",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, dev/prod modes, DLLs, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)