Skip to content

Commit 8a7e48e

Browse files
committed
Prepare to release v1.4.1
1 parent b38dc9e commit 8a7e48e

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This applies from version 0.5.0 onwards, as some versions before that have broke
1616
### Fixed
1717
### Removed
1818

19-
## [1.4.0] - 2022-05-13
19+
## [1.4.1] - 2022-05-13
2020

2121
### Added
2222

@@ -279,8 +279,8 @@ Make the [relevant changes](https://github.com/hilverd/glossary-page-template/co
279279

280280
- Initial release.
281281

282-
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.4.0...HEAD
283-
[1.4.0]: https://github.com/hilverd/glossary-page-template/compare/v1.3.1...v1.4.0
282+
[Unreleased]: https://github.com/hilverd/glossary-page-template/compare/v1.4.1...HEAD
283+
[1.4.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.1...v1.4.1
284284
[1.3.1]: https://github.com/hilverd/glossary-page-template/compare/v1.3.0...v1.3.1
285285
[1.3.0]: https://github.com/hilverd/glossary-page-template/compare/v1.2.4...v1.3.0
286286
[1.2.4]: https://github.com/hilverd/glossary-page-template/compare/v1.2.3...v1.2.4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glossary-page-template",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Create a glossary as a single HTML page hosted anywhere.",
55
"private": true,
66
"author": "Hilverd Reker",

src/Pages/ListAll.elm

-4
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,6 @@ scrollElementIntoView id =
359359

360360
scrollToTopInElement : String -> Cmd Msg
361361
scrollToTopInElement id =
362-
let
363-
_ =
364-
Debug.log "scrollToTopInElement" "scrollToTopInElement"
365-
in
366362
id
367363
|> Dom.getViewportOf
368364
|> Task.andThen (always <| Dom.setViewportOf id 0 0)

0 commit comments

Comments
 (0)