Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 10, 2020
1 parent b1d48d7 commit 3f47bb9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [2.5.0][] - 2020-10-10

### Fixed

- Fixing bundle size command on CircleCI pipeline
Expand Down Expand Up @@ -287,3 +289,7 @@ Now we can define the animation we want to use in `<ngx-skeleton-loader>` compon
[2.4.3]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.4.3
[unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.4.4...HEAD
[2.4.4]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.4.4


[Unreleased]: https://github.com/willmendesneto/ngx-skeleton-loader/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/willmendesneto/ngx-skeleton-loader/tree/v2.5.0
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
@@ -1,7 +1,7 @@
{
"name": "ngx-skeleton-loader-demo",
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
"version": "2.4.4",
"version": "2.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-skeleton-loader/package.json
@@ -1,7 +1,7 @@
{
"name": "ngx-skeleton-loader",
"description": "Make beautiful, animated loading skeletons that automatically adapt to your Angular apps",
"version": "2.4.4",
"version": "2.5.0",
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0"
Expand Down

0 comments on commit 3f47bb9

Please sign in to comment.