Skip to content

Commit 687fa9a

Browse files
authored
Bump version to 3.1.1 and update changelog (#163)
1 parent 0eb9eca commit 687fa9a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.1.1
2+
3+
### Chores
4+
5+
- Add the `'use client'` directive to make the library compatible with React
6+
Server Components and Next.js 13. (#162)
7+
8+
### Thanks!
9+
10+
- @cravend
11+
112
## 3.1.0
213

314
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-loading-skeleton",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Make beautiful, animated loading skeletons that automatically adapt to your app.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)