Skip to content

Commit f967463

Browse files
committed
chore(update): patch release 0.5.4 🐛
1 parent 9146fd9 commit f967463

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
66
"scripts": {

projects/ngx-scrolltop/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="_assets/ngx-scrolltop_logo.svg" width="120">
2+
<img src="/_assets/ngx-scrolltop_logo.svg?sanitize=true" width="120">
33
<h1 align="center">Angular ScrollTop Button</h1>
44
</p>
55

@@ -26,8 +26,7 @@ Just hit the button to smoothly scroll back to the top of the page. [Here's the
2626

2727
## Demo (example)
2828

29-
Watch this: [http://bartholomej.github.io/ngx-scrolltop/
30-
](http://bartholomej.github.io/ngx-scrolltop/)
29+
Watch this: [http://bartholomej.github.io/ngx-scrolltop/](http://bartholomej.github.io/ngx-scrolltop/)
3130

3231
## Install
3332

projects/ngx-scrolltop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
66
"peerDependencies": {

0 commit comments

Comments
 (0)