From f63b0c73214e7be0430b3abf32b82a0379af02af Mon Sep 17 00:00:00 2001 From: Sam Magura Date: Wed, 8 Feb 2023 09:09:25 -0500 Subject: [PATCH] Bump version to 3.1.1 and update changelog --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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",