Skip to content

Commit

Permalink
feat: version 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Santeri Elo committed Sep 10, 2021
1 parent b476605 commit 511e227
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
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": "11.0.2",
"version": "12.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve sample -o",
Expand Down
4 changes: 2 additions & 2 deletions 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": "11.0.2",
"version": "12.0.0",
"repository": {
"type": "git",
"url": "https://github.com/iffa/ngx-material-spinner.git"
Expand All @@ -24,4 +24,4 @@
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit 511e227

Please sign in to comment.