Skip to content

Commit

Permalink
feat: version 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Santeri Elo committed Oct 22, 2021
1 parent 9bc4d56 commit a14fb23
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ 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).

#### [v12.0.0](https://github.com/iffa/ngx-material-spinner/compare/v11.0.2...v12.0.0)
#### [v12.0.1](https://github.com/iffa/ngx-material-spinner/compare/v12.0.0...v12.0.1)

- fix: package-lock using node14, update README.md [`#3`](https://github.com/iffa/ngx-material-spinner/pull/3)
- chore(deps): update dependencies [`#2`](https://github.com/iffa/ngx-material-spinner/pull/2)

### [v12.0.0](https://github.com/iffa/ngx-material-spinner/compare/v11.0.2...v12.0.0)

> 10 September 2021
- 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)
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": "12.0.0",
"version": "12.0.1",
"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": "12.0.0",
"version": "12.0.1",
"repository": {
"type": "git",
"url": "https://github.com/iffa/ngx-material-spinner.git"
Expand Down

0 comments on commit a14fb23

Please sign in to comment.