chore(release): 2.0.2

This commit is contained in:
towfiqi
2024-03-13 23:57:07 +06:00
parent 1d0a788810
commit fda8692daf
3 changed files with 10 additions and 3 deletions

View File

@@ -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.2](https://github.com/towfiqi/serpbear/compare/v2.0.1...v2.0.2) (2024-03-13)
### Bug Fixes
* Resolves Broken Google Adwords Authentication in Docker containers. ([1d0a788](https://github.com/towfiqi/serpbear/commit/1d0a78881039b3ebd4b1e00fb067016886d49c31)), closes [#179](https://github.com/towfiqi/serpbear/issues/179)
### [2.0.1](https://github.com/towfiqi/serpbear/compare/v2.0.0...v2.0.1) (2024-03-06)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "serpbear",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "serpbear",
"version": "2.0.1",
"version": "2.0.2",
"dependencies": {
"@googleapis/searchconsole": "^1.0.0",
"@isaacs/ttlcache": "^1.4.1",

View File

@@ -1,6 +1,6 @@
{
"name": "serpbear",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"scripts": {
"dev": "next dev",