Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2018-10-06)

### Bug Fixes

* **docs:** excluded some folders for compodoc builds ([013710c](013710c))
* **docs:** fix compodoc build ([5ff3107](5ff3107))
* **draggable:** replaced DraggableModule in favor of CDK DragDropModule ([41f729a](41f729a))
* **schematics:** added Store workspace schematics ([c8bba51](c8bba51))
* **tools:** fix workspace-schematic ngxs ([1603246](1603246))

### Features

* **components:** added image comparison component ([4454e1d](4454e1d))
  • Loading branch information
semantic-release-bot committed Oct 6, 2018
1 parent 08f0e3b commit 232cfc0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.1.0](https://github.com/xmlking/ngx-starter-kit/compare/v1.0.4...v1.1.0) (2018-10-06)


### Bug Fixes

* **docs:** excluded some folders for compodoc builds ([013710c](https://github.com/xmlking/ngx-starter-kit/commit/013710c))
* **docs:** fix compodoc build ([5ff3107](https://github.com/xmlking/ngx-starter-kit/commit/5ff3107))
* **draggable:** replaced DraggableModule in favor of CDK DragDropModule ([41f729a](https://github.com/xmlking/ngx-starter-kit/commit/41f729a))
* **schematics:** added Store workspace schematics ([c8bba51](https://github.com/xmlking/ngx-starter-kit/commit/c8bba51))
* **tools:** fix workspace-schematic ngxs ([1603246](https://github.com/xmlking/ngx-starter-kit/commit/1603246))


### Features

* **components:** added image comparison component ([4454e1d](https://github.com/xmlking/ngx-starter-kit/commit/4454e1d))

## [1.0.4](https://github.com/xmlking/ngx-starter-kit/compare/v1.0.3...v1.0.4) (2018-09-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-starter-kit",
"version": "1.0.4",
"version": "1.1.0",
"description": "Angular-NestJS Starter Kit Monorepo",
"author": "Sumanth Chinthagunta <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 232cfc0

Please sign in to comment.