Bump to 3.7.0 for release
Signed-off-by: Kenneth T <6724477+kennethtran93@users.noreply.github.com>
This commit is contained in:
parent
b9efbc46ce
commit
66dd066e8f
2
LICENSE
2
LICENSE
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue