Bump to 3.7.0 for release

Signed-off-by: Kenneth T <6724477+kennethtran93@users.noreply.github.com>
pull/1317/head v3.7.0
Kenneth T 2022-05-21 18:12:15 -07:00
parent b9efbc46ce
commit 66dd066e8f
No known key found for this signature in database
GPG Key ID: 51533400F20B64E8
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017-2020 Kenny Do and CAD Team (https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/graphs/contributors)
Copyright (c) 2017-2022 Kenny Do and CAD Team (https://github.com/Cookie-AutoDelete/Cookie-AutoDelete/graphs/contributors)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cookie-autodelete",
"version": "3.6.0",
"version": "3.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cookie-autodelete",
"version": "3.6.0",
"version": "3.7.0",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",

View File

@ -1,6 +1,6 @@
{
"name": "cookie-autodelete",
"version": "3.6.0",
"version": "3.7.0",
"description": "Firefox and Chrome browser extension that manages Cookies and other site data",
"keywords": [
"cookie",

View File

@ -1,7 +1,7 @@
{
"releases": [
{
"version": "unreleased",
"version": "3.7.0",
"notes": [
"Enhanced: Additional Clean options now have small amount of spacing between them.",
"Chore: Dependency Updates and code optimizations, including a patch for replacing deprecated functions by CommanderRoot in PR#1319",