From 83c47452fc8277d11302898405d74588ba9a71ec Mon Sep 17 00:00:00 2001 From: towfiqi Date: Thu, 22 Feb 2024 19:15:43 +0600 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb14990..42c9065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.3](https://github.com/towfiqi/serpbear/compare/v1.0.2...v1.0.3) (2024-02-22) + + +### Bug Fixes + +* Resolves App not reloading on Scraper setup. ([56ffbf5](https://github.com/towfiqi/serpbear/commit/56ffbf59d1e459a6c7229d141ccc6774dc8055d0)) +* Resolves large keywords breaking the keywords table ui ([724d3c8](https://github.com/towfiqi/serpbear/commit/724d3c8d4309c7bd4f40e9db980ad54f99023d35)) +* Resolves scraper not able to scrape some keywords correctly. ([9a7a43f](https://github.com/towfiqi/serpbear/commit/9a7a43f051387cacc13116c0a7c21716b54e539b)) + ### [1.0.2](https://github.com/towfiqi/serpbear/compare/v1.0.1...v1.0.2) (2024-02-15) diff --git a/package-lock.json b/package-lock.json index a1c3837..a584a27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serpbear", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serpbear", - "version": "1.0.2", + "version": "1.0.3", "dependencies": { "@googleapis/searchconsole": "^1.0.0", "@types/react-transition-group": "^4.4.5", diff --git a/package.json b/package.json index eff7ffd..97ed677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serpbear", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "dev": "next dev",