Skip to content

Commit b24197e

Browse files
authored
Feat: Attempt fixing release (#153)
* Feat: Attempt fixing release * Fix link
1 parent 11f86af commit b24197e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ src
77
.editorconfig
88
.prettierignore
99
.prettierrc
10+
config.json
1011
cypress.json
1112
rollup.config.js
1213
tsconfig.json

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ and this project adheres to
157157

158158
* Initial release.
159159

160-
[unreleased]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.3.0...HEAD
160+
[unreleased]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.4.0...HEAD
161+
[1.4.0]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.3.0...v1.4.0
161162
[1.3.0]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.8...v1.3.0
162163
[1.2.8]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.7...v1.2.8
163164
[1.2.7]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.6...v1.2.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Change the easing mechanism. This option takes effect when `duration` is set. In
7979

8080
#### handleScroll(parent, {scrollLeft, scrollTop}, options)
8181

82-
> Introduced in v1.4.0
82+
> Introduced in `v1.4.0`
8383
8484
Type: `function`
8585

0 commit comments

Comments
 (0)