Skip to content

Commit 065641e

Browse files
chore(release): 3.0.10 [skip ci]
1 parent 0f00c8b commit 065641e

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.10](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.9...v3.0.10) (2023-04-10)
9+
10+
### Bug Fixes
11+
12+
- use const replace let ([#1180](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1180)) ([0f00c8b](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/0f00c8b9d4ff05bbce58d99b4ebbe573d5ff4826))
13+
814
## [3.0.9](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.8...v3.0.9) (2023-04-09)
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.9",
3+
"version": "3.0.10",
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)