From 2f7fe4b750b22266b783e86a5a6ee6d654439f92 Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 2 Jul 2023 21:43:55 +0300 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1599443..8522914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. +## [4.0.0](https://github.com/dessant/search-google-us/compare/v3.0.2...v4.0.0) (2023-07-02) + + +### ⚠ BREAKING CHANGES + +* browser versions older than Chrome 92 and Firefox 91 +are no longer supported + +### Features + +* turn off safe search ([bd19ba9](https://github.com/dessant/search-google-us/commit/bd19ba9de4d257378b6ad14df61b26eb2e5b72ec)) + + +### Bug Fixes + +* update dependencies ([3d1b208](https://github.com/dessant/search-google-us/commit/3d1b208dab1a33df2c81cf90b68a96be0fc23e45)) + ### [3.0.2](https://github.com/dessant/search-google-us/compare/v3.0.1...v3.0.2) (2020-09-23) diff --git a/package-lock.json b/package-lock.json index 3bbe9b5..c80fc86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "search-google-us", - "version": "3.0.2", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "search-google-us", - "version": "3.0.2", + "version": "4.0.0", "license": "GPL-3.0-only", "devDependencies": { "cross-env": "^7.0.3", diff --git a/package.json b/package.json index 6296731..50faba1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-google-us", - "version": "3.0.2", + "version": "4.0.0", "author": "Armin Sebastian", "license": "GPL-3.0-only", "homepage": "https://github.com/dessant/search-google-us",