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 aa2eace..e011654 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,7 @@ "deinsoftware", "Eomm", "Equiman", + "github", "patreon", "paypal", "volta", diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2c9b6..5ea4688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,67 +9,73 @@ Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. --> -## [2.0.2] - 2022/12/11 +## 2.0.3 - 2022/12/14 + +### Fixed + +- Sponsors url + +## 2.0.2 - 2022/12/14 ### Fixed - Badges using [shields.io](https://shields.io/) badges for visual studio marketplace -## [2.0.1] - 2022/07/06 +## 2.0.1 - 2022/07/06 ### Fixed - Remove information from README -## [2.0.0] - 2022/07/06 +## 2.0.0 - 2022/07/06 ### Added - Debug Snippets -## [1.5.1] - 2022/06/23 +## 1.5.1 - 2022/06/23 ### Fixed - Support property on README -## [1.5.0] - 2022/06/23 +## 1.5.0 - 2022/06/23 ### Added - Support property -## [1.4.0] - 2022/05/19 +## 1.4.0 - 2022/05/19 ### Changed - unifying image -## [1.3.0] - 2022/05/05 +## 1.3.0 - 2022/05/05 ### Changed - pack icons -## [1.2.0] - 2022/04/25 +## 1.2.0 - 2022/04/25 ### Changed - pack icons -## [1.1.2] - 2022/04/21 +## 1.1.2 - 2022/04/21 ### Fixed - border pack icons -## [1.1.1] - 2022/04/21 +## 1.1.1 - 2022/04/21 ### Fixed - pack icons -## [1.1.0] - 2022/04/21 +## 1.1.0 - 2022/04/21 ## Changed @@ -79,7 +85,7 @@ Security to invite users to upgrade in case of vulnerabilities. - preview images -## [1.0.0] - 2022/04/20 +## 1.0.0 - 2022/04/20 ### Added diff --git a/README.md b/README.md index be72033..f7ed62b 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-dein- 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 ddef2f9..ca66e0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dein-snippets-pack", "description": "VS Code dein Snippets collection for JS and TS", - "version": "2.0.2", + "version": "2.0.3", "displayName": "dein Snippets Pack", "publisher": "deinsoftware", "icon": "images/light-icon.png", @@ -24,7 +24,7 @@ "url": "https://github.com/deinsoftware/vscode-dein-snippets-pack" }, "sponsor": { - "url": "https://ko-fi.com/equiman" + "url": "https://github.com/sponsors/deinsoftware" }, "engines": { "vscode": "^1.58.0"