Skip to content

Commit 42430dd

Browse files
committed
v1.2.2
1 parent 513a3f7 commit 42430dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import Lenis from 'lenis'
6666
using scripts:
6767

6868
```html
69-
<script src="https://unpkg.com/lenis@1.2.1/dist/lenis.min.js"></script>
69+
<script src="https://unpkg.com/lenis@1.2.2/dist/lenis.min.js"></script>
7070
```
7171

7272

@@ -113,7 +113,7 @@ import 'lenis/dist/lenis.css'
113113
or link the CSS file:
114114

115115
```html
116-
<link rel="stylesheet" href="https://unpkg.com/lenis@1.2.1/dist/lenis.css">
116+
<link rel="stylesheet" href="https://unpkg.com/lenis@1.2.2/dist/lenis.css">
117117
```
118118

119119
or add it manually:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lenis",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "How smooth scroll should be",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)