Skip to content

Commit f2840ce

Browse files
authored
Merge pull request #8 from deinsoftware/dev
fix sponsors
2 parents 86f95a6 + bbf3ce3 commit f2840ce

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
1+
github: [deinsoftware]
2+
custom: ["https://paypal.me/equiman/3"]

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"deinsoftware",
44
"Eomm",
55
"Equiman",
6+
"github",
67
"limegreen",
78
"paypal",
89
"volta"

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,56 +9,62 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12-
## [1.2.1] - 2022/12/11
12+
## 1.2.2 - 2022/12/14
13+
14+
### Fixed
15+
16+
- Sponsors url
17+
18+
## 1.2.1 - 2022/12/14
1319

1420
### Fixed
1521

1622
- Badges using [shields.io](https://shields.io/) badges for visual studio marketplace
1723

18-
## [1.2.0] - 2022/12/09
24+
## 1.2.0 - 2022/12/09
1925

2026
### Added
2127

2228
- Experimental console.profile added as snippet
2329

24-
## [1.1.1] - 2022/07/29
30+
## 1.1.1 - 2022/07/29
2531

2632
### Fixed
2733

2834
- Console table destructuring snippet
2935

30-
## [1.1.0] - 2022/07/27
36+
## 1.1.0 - 2022/07/27
3137

3238
### Added
3339

3440
- Console table destructuring
3541

36-
## [1.0.4] - 2022/07/07
42+
## 1.0.4 - 2022/07/07
3743

3844
### Fixed
3945

4046
- Fix with message snippets
4147

42-
## [1.0.3] - 2022/07/05
48+
## 1.0.3 - 2022/07/05
4349

4450
### Fixed
4551

4652
- Wrapper trigger on README
4753

48-
## [1.0.2] - 2022/07/05
54+
## 1.0.2 - 2022/07/05
4955

5056
### Fixed
5157

5258
- Add TAB symbol
5359
- Remove links on wrappers
5460

55-
## [1.0.1] - 2022/07/05
61+
## 1.0.1 - 2022/07/05
5662

5763
### Fixed
5864

5965
- URL for sibling extensions
6066

61-
## [1.0.0] - 2022/07/05
67+
## 1.0.0 - 2022/07/05
6268

6369
### Added
6470

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-debug
155155

156156
If this project helps you, consider buying me a cup of coffee.
157157

158+
[![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)
158159
[![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)
159-
[![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)
160160

161161
### License
162162

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "debug-snippets",
33
"description": "VS Code Debug snippets for JS, TS and CSS",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"displayName": "Debug Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/deinsoftware/vscode-debug-snippets"
2121
},
2222
"sponsor": {
23-
"url": "https://ko-fi.com/equiman"
23+
"url": "https://github.com/sponsors/deinsoftware"
2424
},
2525
"engines": {
2626
"vscode": "^1.58.0"

0 commit comments

Comments
 (0)