From 5f8a55dc00b3a949631b426d753cadbf5a952e77 Mon Sep 17 00:00:00 2001 From: Bunlong Date: Thu, 13 Jul 2023 17:49:42 +0700 Subject: [PATCH] Upgrade version --- CHANGELOG.md | 9 +++++++++ README.md | 8 ++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9e72f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +## 1.5.0 (2023-07-14) + +### ✨ Features + + * Upgrade dependencies + +Credits + +* [@Bunlong](https://github.com/Bunlong) diff --git a/README.md b/README.md index ec384ce..a463b7a 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,14 @@ export default App; +## 📜 Changelog + +Latest version 1.5.0 (2023-07-14): + + * Upgrade dependencies + +Details changes for each release are documented in the [CHANGELOG.md](https://github.com/Bunlong/next-barcode/blob/master/CHANGELOG.md). + ## ❗ Issues If you think any of the `next-barcode` can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit. diff --git a/package.json b/package.json index 9f2545a..70f1220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-barcode", - "version": "1.4.0", + "version": "1.5.0", "description": "React hooks for generating Barcode for your next React apps.", "author": "Bunlong ", "license": "MIT",