diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b64b2e..e371688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.1.1 + +### Chores + +- Add the `'use client'` directive to make the library compatible with React + Server Components and Next.js 13. (#162) + +### Thanks! + +- @cravend + ## 3.1.0 ### Features diff --git a/package.json b/package.json index 6cdfabe..5f93390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-loading-skeleton", - "version": "3.1.0", + "version": "3.1.1", "description": "Make beautiful, animated loading skeletons that automatically adapt to your app.", "keywords": [ "react",