Skip to content

Commit 1e8b390

Browse files
authored
Merge pull request #4 from deinsoftware/dev
fix sponsors
2 parents c8ea2f7 + 5c38626 commit 1e8b390

File tree

5 files changed

+24
-16
lines changed

5 files changed

+24
-16
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
@@ -6,6 +6,7 @@
66
"deinsoftware",
77
"Eomm",
88
"Equiman",
9+
"github",
910
"patreon",
1011
"paypal",
1112
"volta",

CHANGELOG.md

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

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

1420
### Fixed
1521

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

18-
## [2.0.1] - 2022/07/06
24+
## 2.0.1 - 2022/07/06
1925

2026
### Fixed
2127

2228
- Remove information from README
2329

24-
## [2.0.0] - 2022/07/06
30+
## 2.0.0 - 2022/07/06
2531

2632
### Added
2733

2834
- Debug Snippets
2935

30-
## [1.5.1] - 2022/06/23
36+
## 1.5.1 - 2022/06/23
3137

3238
### Fixed
3339

3440
- Support property on README
3541

36-
## [1.5.0] - 2022/06/23
42+
## 1.5.0 - 2022/06/23
3743

3844
### Added
3945

4046
- Support property
4147

42-
## [1.4.0] - 2022/05/19
48+
## 1.4.0 - 2022/05/19
4349

4450
### Changed
4551

4652
- unifying image
4753

48-
## [1.3.0] - 2022/05/05
54+
## 1.3.0 - 2022/05/05
4955

5056
### Changed
5157

5258
- pack icons
5359

54-
## [1.2.0] - 2022/04/25
60+
## 1.2.0 - 2022/04/25
5561

5662
### Changed
5763

5864
- pack icons
5965

60-
## [1.1.2] - 2022/04/21
66+
## 1.1.2 - 2022/04/21
6167

6268
### Fixed
6369

6470
- border pack icons
6571

66-
## [1.1.1] - 2022/04/21
72+
## 1.1.1 - 2022/04/21
6773

6874
### Fixed
6975

7076
- pack icons
7177

72-
## [1.1.0] - 2022/04/21
78+
## 1.1.0 - 2022/04/21
7379

7480
## Changed
7581

@@ -79,7 +85,7 @@ Security to invite users to upgrade in case of vulnerabilities.
7985

8086
- preview images
8187

82-
## [1.0.0] - 2022/04/20
88+
## 1.0.0 - 2022/04/20
8389

8490
### Added
8591

README.md

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

7979
If this project helps you, consider buying me a cup of coffee.
8080

81+
[![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)
8182
[![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)
82-
[![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)
8383

8484
### License
8585

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dein-snippets-pack",
33
"description": "VS Code dein Snippets collection for JS and TS",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"displayName": "dein Snippets Pack",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/deinsoftware/vscode-dein-snippets-pack"
2525
},
2626
"sponsor": {
27-
"url": "https://ko-fi.com/equiman"
27+
"url": "https://github.com/sponsors/deinsoftware"
2828
},
2929
"engines": {
3030
"vscode": "^1.58.0"

0 commit comments

Comments
 (0)