From 511e2276f790b7900b9009bbeb074a8a80f788d9 Mon Sep 17 00:00:00 2001 From: Santeri Elo Date: Fri, 10 Sep 2021 12:23:52 +0300 Subject: [PATCH] feat: version 12.0.0 --- CHANGELOG.md | 16 ++++++++++------ package.json | 2 +- projects/ngx-material-spinner/package.json | 4 ++-- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14588ae..9c40169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,26 @@ 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). -#### [v11.0.2](https://github.com/iffa/ngx-material-spinner/compare/v11.0.1...v11.0.2) +#### [v12.0.0](https://github.com/iffa/ngx-material-spinner/compare/v11.0.2...v12.0.0) -- fix: some late-night package.json, test coverage oopsies [`e03e74e`](https://github.com/iffa/ngx-material-spinner/commit/e03e74eecc864c31d49f1932be060b1b93c22b43) +- feat(deps): update to angular v12 [`41c5b14`](https://github.com/iffa/ngx-material-spinner/commit/41c5b14c83a2c6fb14021807d84340d0be0a18b3) +- chore(deps): update dependencies, audit fix [`b476605`](https://github.com/iffa/ngx-material-spinner/commit/b476605dd5e83bbfc858a7896257628ad4f2601d) +- feat(ci): node v14, remove codeql analysis [`11c8c4b`](https://github.com/iffa/ngx-material-spinner/commit/11c8c4bd8c5147e4a19e01bead9031454ba07cf4) -#### [v11.0.1](https://github.com/iffa/ngx-material-spinner/compare/v11.0.0...v11.0.1) +#### [v11.0.2](https://github.com/iffa/ngx-material-spinner/compare/v11.0.1...v11.0.2) -> 15 January 2021 +> 16 January 2021 -- fix(build): migration that didn't work [`c895fe4`](https://github.com/iffa/ngx-material-spinner/commit/c895fe41844fde049110ea473e5d8ff9b1d77bdc) +- fix: some late-night package.json, test coverage oopsies [`e03e74e`](https://github.com/iffa/ngx-material-spinner/commit/e03e74eecc864c31d49f1932be060b1b93c22b43) +- fix: incorrect angular version dependency in README.md [`db00944`](https://github.com/iffa/ngx-material-spinner/commit/db0094491daa4c6273fa952c59b77ade3fe6a943) -### [v11.0.0](https://github.com/iffa/ngx-material-spinner/compare/v1.3.0...v11.0.0) +### [v11.0.1](https://github.com/iffa/ngx-material-spinner/compare/v1.3.0...v11.0.1) > 15 January 2021 - chore(deps): update angular [`f433c6b`](https://github.com/iffa/ngx-material-spinner/commit/f433c6bde21b0597558428018e00c40f804148d0) - chore(deps): cleanup deprecated deps, small deps updates [`78d311f`](https://github.com/iffa/ngx-material-spinner/commit/78d311fea1f985e24449e213a99422264b618e23) +- fix(build): migration that didn't work [`c895fe4`](https://github.com/iffa/ngx-material-spinner/commit/c895fe41844fde049110ea473e5d8ff9b1d77bdc) #### [v1.3.0](https://github.com/iffa/ngx-material-spinner/compare/v1.2.0...v1.3.0) diff --git a/package.json b/package.json index 739069a..74394c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-material-spinner", - "version": "11.0.2", + "version": "12.0.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 8822a2b..543bc3a 100644 --- a/projects/ngx-material-spinner/package.json +++ b/projects/ngx-material-spinner/package.json @@ -1,6 +1,6 @@ { "name": "ngx-material-spinner", - "version": "11.0.2", + "version": "12.0.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