Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Santeri Elo committed Nov 4, 2020
1 parent 6d2f648 commit abbacaa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.2.0](https://github.com/iffa/ngx-material-spinner/compare/1.1.1...1.2.0)
#### [v1.3.0](https://github.com/iffa/ngx-material-spinner/compare/v1.2.0...v1.3.0)

- feat: automated linting [`9649d71`](https://github.com/iffa/ngx-material-spinner/commit/9649d71c14f37f21fb7ad9bb1e29cb3a1caff82e)
- feat: prettier for code style [`36ec531`](https://github.com/iffa/ngx-material-spinner/commit/36ec5313954f286008c101037029ca9c1594a8e5)
- feat: allow custom content via ng-content [`6d2f648`](https://github.com/iffa/ngx-material-spinner/commit/6d2f6486a878abacb60ef74666f50f96abae078d)

#### [v1.2.0](https://github.com/iffa/ngx-material-spinner/compare/1.1.1...v1.2.0)

> 2 November 2020
- feat: add showDebounced + auto-changelog, npm version tweaks [`8f49243`](https://github.com/iffa/ngx-material-spinner/commit/8f49243083793883c9987f7f0924c0244d01a3ae)

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-material-spinner",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve sample -o",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-material-spinner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-material-spinner",
"version": "1.2.0",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/iffa/ngx-material-spinner.git"
Expand Down

0 comments on commit abbacaa

Please sign in to comment.