From c870250fbd3e801a8cf3c7c2a7a048b237be7c4b Mon Sep 17 00:00:00 2001 From: towfiqi Date: Thu, 9 Nov 2023 20:35:49 +0600 Subject: [PATCH] chore(release): 0.3.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8e5cb..6b3a316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.3.2](https://github.com/towfiqi/serpbear/compare/v0.3.1...v0.3.2) (2023-11-09) + + +### Bug Fixes + +* Resolves issue with adding long tld emails ([9b9b74a](https://github.com/towfiqi/serpbear/commit/9b9b74af4c249e27458d29ba052e96ab2db8b640)), closes [#127](https://github.com/towfiqi/serpbear/issues/127) + ### [0.3.1](https://github.com/towfiqi/serpbear/compare/v0.3.0...v0.3.1) (2023-11-04) diff --git a/package-lock.json b/package-lock.json index 64cc879..82ddcd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serpbear", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serpbear", - "version": "0.3.1", + "version": "0.3.2", "dependencies": { "@googleapis/searchconsole": "^1.0.0", "@types/react-transition-group": "^4.4.5", diff --git a/package.json b/package.json index f43bda8..6e07b09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serpbear", - "version": "0.3.1", + "version": "0.3.2", "private": true, "scripts": { "dev": "next dev",