From c5714c00aec31132d7a95f54624988269c404424 Mon Sep 17 00:00:00 2001 From: towfiqi Date: Sun, 10 Nov 2024 12:54:43 +0600 Subject: [PATCH] chore(release): 2.0.4 --- 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 4fbb04b..59e3a33 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. +### [2.0.4](https://github.com/towfiqi/serpbear/compare/v2.0.3...v2.0.4) (2024-11-10) + + +### Bug Fixes + +* Fixes Docker build issue. ([1bef758](https://github.com/towfiqi/serpbear/commit/1bef7587cccada6df48cfa3d208bf123a5d00c30)) + ### [2.0.3](https://github.com/towfiqi/serpbear/compare/v2.0.2...v2.0.3) (2024-11-10) diff --git a/package-lock.json b/package-lock.json index 2824d2e..96c2d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serpbear", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "serpbear", - "version": "2.0.3", + "version": "2.0.4", "dependencies": { "@googleapis/searchconsole": "^1.0.0", "@isaacs/ttlcache": "^1.4.1", diff --git a/package.json b/package.json index 9c91600..fdb0c2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serpbear", - "version": "2.0.3", + "version": "2.0.4", "private": true, "scripts": { "dev": "next dev",