diff --git a/CHANGELOG.md b/CHANGELOG.md index a159e3b..8745e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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) + +- feat: add showDebounced + auto-changelog, npm version tweaks [`8f49243`](https://github.com/iffa/ngx-material-spinner/commit/8f49243083793883c9987f7f0924c0244d01a3ae) + #### [1.1.1](https://github.com/iffa/ngx-material-spinner/compare/1.1.0...1.1.1) > 1 November 2020 @@ -20,6 +24,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Delete publish-sample.yml [`f17af83`](https://github.com/iffa/ngx-material-spinner/commit/f17af83191f6c435a0007ddc2c28148d2ec80dc2) - feat: publish sample action [`eef6053`](https://github.com/iffa/ngx-material-spinner/commit/eef6053815a6c1b2709e8d5ff263ee567868f556) -### [1.0.0](https://github.com/iffa/ngx-material-spinner/compare/0.0.1...1.0.0) +#### 1.0.0 > 29 October 2020 + +- Bump lodash from 4.17.15 to 4.17.19 [`#141`](https://github.com/iffa/ngx-material-spinner/pull/141) +- Bump npm-registry-fetch from 4.0.3 to 4.0.5 [`#138`](https://github.com/iffa/ngx-material-spinner/pull/138) +- Bump websocket-extensions from 0.1.3 to 0.1.4 [`#133`](https://github.com/iffa/ngx-material-spinner/pull/133) +- Bump lodash from 4.17.11 to 4.17.14 [`#91`](https://github.com/iffa/ngx-material-spinner/pull/91) +- Develop v1.0.0 [`#2`](https://github.com/iffa/ngx-material-spinner/pull/2) +- Safe to merge. [`#1`](https://github.com/iffa/ngx-material-spinner/pull/1) +- Change spinner's options on show call [`#8`](https://github.com/iffa/ngx-material-spinner/issues/8) +- Multiple NgxSpinner on the same view [`#16`](https://github.com/iffa/ngx-material-spinner/issues/16) +- feat: major refactor [`891478e`](https://github.com/iffa/ngx-material-spinner/commit/891478e525f343fd38860ac02898ce8b5c3ef7be) +- Migrated Angular from v8 to v9. [`ca5cc3c`](https://github.com/iffa/ngx-material-spinner/commit/ca5cc3cad339d05202a449f271270b4a82c435b0) +- Update angular and its dependencies from 9 to 10. [`38384c6`](https://github.com/iffa/ngx-material-spinner/commit/38384c686bebd1962160c44c76337344a441e39e) diff --git a/package-lock.json b/package-lock.json index c20e11a..5d67830 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-material-spinner", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d8fee5..1150f56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-material-spinner", - "version": "1.1.1", + "version": "1.2.0", "scripts": { "ng": "ng", "start": "ng serve sample -o", diff --git a/projects/ngx-material-spinner/package.json b/projects/ngx-material-spinner/package.json index 6c4ff46..0b03533 100644 --- a/projects/ngx-material-spinner/package.json +++ b/projects/ngx-material-spinner/package.json @@ -1,6 +1,6 @@ { "name": "ngx-material-spinner", - "version": "1.1.1", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/iffa/ngx-material-spinner.git" @@ -24,4 +24,4 @@ "dependencies": { "tslib": "^2.0.0" } -} +} \ No newline at end of file