From bbf3ce3e0aa835d4e10a906e863c28627c7a1d78 Mon Sep 17 00:00:00 2001 From: equiman Date: Wed, 14 Dec 2022 15:51:59 -0500 Subject: [PATCH] fix sponsors --- .github/FUNDING.yml | 3 ++- .vscode/settings.json | 1 + CHANGELOG.md | 24 +++++++++++++++--------- README.md | 2 +- package.json | 4 ++-- 5 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c773c57..b307b10 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"] +github: [deinsoftware] +custom: ["https://paypal.me/equiman/3"] diff --git a/.vscode/settings.json b/.vscode/settings.json index 48c5e6c..12e6cca 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "deinsoftware", "Eomm", "Equiman", + "github", "limegreen", "paypal", "volta" diff --git a/CHANGELOG.md b/CHANGELOG.md index ee01c0a..c5541e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,56 +9,62 @@ Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. --> -## [1.2.1] - 2022/12/11 +## 1.2.2 - 2022/12/14 + +### Fixed + +- Sponsors url + +## 1.2.1 - 2022/12/14 ### Fixed - Badges using [shields.io](https://shields.io/) badges for visual studio marketplace -## [1.2.0] - 2022/12/09 +## 1.2.0 - 2022/12/09 ### Added - Experimental console.profile added as snippet -## [1.1.1] - 2022/07/29 +## 1.1.1 - 2022/07/29 ### Fixed - Console table destructuring snippet -## [1.1.0] - 2022/07/27 +## 1.1.0 - 2022/07/27 ### Added - Console table destructuring -## [1.0.4] - 2022/07/07 +## 1.0.4 - 2022/07/07 ### Fixed - Fix with message snippets -## [1.0.3] - 2022/07/05 +## 1.0.3 - 2022/07/05 ### Fixed - Wrapper trigger on README -## [1.0.2] - 2022/07/05 +## 1.0.2 - 2022/07/05 ### Fixed - Add TAB symbol - Remove links on wrappers -## [1.0.1] - 2022/07/05 +## 1.0.1 - 2022/07/05 ### Fixed - URL for sibling extensions -## [1.0.0] - 2022/07/05 +## 1.0.0 - 2022/07/05 ### Added diff --git a/README.md b/README.md index ccdcc13..53bf9ad 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-debug If this project helps you, consider buying me a cup of coffee. +[![GitHub Sponsors](https://img.shields.io/badge/-GitHub%20Sponsors-gray?style=flat&labelColor=171515&logo=github&logoColor=white&link=https://github.com/sponsors/deinsoftware)](https://github.com/sponsors/deinsoftware) [![paypal](https://img.shields.io/badge/-PayPal-gray?style=flat&labelColor=00457C&logo=paypal&logoColor=white&link=https://paypal.me/equiman/3)](https://paypal.me/equiman/3) -[![ko-fi](https://img.shields.io/badge/-Ko–Fi-gray?style=flat&labelColor=fd444a&logo=ko-fi&logoColor=white&link=https://ko-fi.com/equiman)](https://ko-fi.com/equiman) ### License diff --git a/package.json b/package.json index 55cf8a5..268b8e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debug-snippets", "description": "VS Code Debug snippets for JS, TS and CSS", - "version": "1.2.1", + "version": "1.2.2", "displayName": "Debug Snippets", "publisher": "deinsoftware", "icon": "images/light-icon.png", @@ -20,7 +20,7 @@ "url": "https://github.com/deinsoftware/vscode-debug-snippets" }, "sponsor": { - "url": "https://ko-fi.com/equiman" + "url": "https://github.com/sponsors/deinsoftware" }, "engines": { "vscode": "^1.58.0"