From 7bc1d6f145ec1955dc0ffb78944d1c2687b46287 Mon Sep 17 00:00:00 2001 From: Bunlong Date: Thu, 29 Jun 2023 15:06:56 +0700 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfaa3bc..bec61cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.1.1 (2023-06-29) + +### ✨ Features + + * Fix break screens above 1080 pexels + +Credits + +* [@Haissam Tariq Zaman](https://github.com/haissamtariqzaman) + ## 1.1.0 (2023-06-28) ### ✨ Features diff --git a/README.md b/README.md index 5b4e183..a0b58f2 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,9 @@ export default App; ## 📜 Changelog -Latest version 1.1.0 (2023-06-28): +Latest version 1.1.1 (2023-06-29): - * Support React 18 + * Fix break screens above 1080 pexels Details changes for each release are documented in the [CHANGELOG.md](https://github.com/Bunlong/react-screen-capture/blob/master/CHANGELOG.md). diff --git a/package.json b/package.json index 8305898..9b5941e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-screen-capture", - "version": "1.1.0", + "version": "1.1.1", "description": "A tiny React library allows you to take a snapshot of the webpage's screen or part of the screen.", "author": "Bunlong ", "license": "MIT",