Skip to content

Commit 45b59ca

Browse files
chore(release): 3.0.8 [skip ci]
1 parent f4970f0 commit 45b59ca

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.0.8](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.7...v3.0.8) (2023-04-08)
9+
10+
### Bug Fixes
11+
12+
- support `—moduleResolution node16` in `compute-scroll-into-view` ([#1176](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1176)) ([2027698](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/2027698131ddfa9e803d0596f78ff3dcf4bd945d))
13+
814
## [3.0.7](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.6...v3.0.7) (2023-04-06)
915

1016
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll-into-view-if-needed",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center",
55
"keywords": [
66
"behavior-smooth",

0 commit comments

Comments
 (0)