Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tasci committed Oct 13, 2017
1 parent 04d8304 commit def47ab
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@

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.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/ng-seed/universal/compare/v1.0.0...v1.3.0) (2017-10-13)


### Bug Fixes

* 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)
* **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))
* **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))
* **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)


### Features

* 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)
* 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)
* 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)
* 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)
* 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)



<a name="1.2.0"></a>
# [1.2.0](https://github.com/ng-seed/universal/compare/v1.0.0...v1.2.0) (2017-09-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ng-seed/universal",
"version": "1.2.0",
"version": "1.3.0",
"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",
"repository": {
"type": "git",
Expand Down

0 comments on commit def47ab

Please sign in to comment.