File tree 5 files changed +24
-16
lines changed
5 files changed +24
-16
lines changed Original file line number Diff line number Diff line change 1
- custom : ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
1
+ github : [deinsoftware]
2
+ custom : ["https://paypal.me/equiman/3"]
Original file line number Diff line number Diff line change 6
6
" deinsoftware" ,
7
7
" Eomm" ,
8
8
" Equiman" ,
9
+ " github" ,
9
10
" patreon" ,
10
11
" paypal" ,
11
12
" volta" ,
Original file line number Diff line number Diff line change @@ -9,67 +9,73 @@ Fixed for any bug fixes.
9
9
Security to invite users to upgrade in case of vulnerabilities.
10
10
-->
11
11
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
13
19
14
20
### Fixed
15
21
16
22
- Badges using [ shields.io] ( https://shields.io/ ) badges for visual studio marketplace
17
23
18
- ## [ 2.0.1] - 2022/07/06
24
+ ## 2.0.1 - 2022/07/06
19
25
20
26
### Fixed
21
27
22
28
- Remove information from README
23
29
24
- ## [ 2.0.0] - 2022/07/06
30
+ ## 2.0.0 - 2022/07/06
25
31
26
32
### Added
27
33
28
34
- Debug Snippets
29
35
30
- ## [ 1.5.1] - 2022/06/23
36
+ ## 1.5.1 - 2022/06/23
31
37
32
38
### Fixed
33
39
34
40
- Support property on README
35
41
36
- ## [ 1.5.0] - 2022/06/23
42
+ ## 1.5.0 - 2022/06/23
37
43
38
44
### Added
39
45
40
46
- Support property
41
47
42
- ## [ 1.4.0] - 2022/05/19
48
+ ## 1.4.0 - 2022/05/19
43
49
44
50
### Changed
45
51
46
52
- unifying image
47
53
48
- ## [ 1.3.0] - 2022/05/05
54
+ ## 1.3.0 - 2022/05/05
49
55
50
56
### Changed
51
57
52
58
- pack icons
53
59
54
- ## [ 1.2.0] - 2022/04/25
60
+ ## 1.2.0 - 2022/04/25
55
61
56
62
### Changed
57
63
58
64
- pack icons
59
65
60
- ## [ 1.1.2] - 2022/04/21
66
+ ## 1.1.2 - 2022/04/21
61
67
62
68
### Fixed
63
69
64
70
- border pack icons
65
71
66
- ## [ 1.1.1] - 2022/04/21
72
+ ## 1.1.1 - 2022/04/21
67
73
68
74
### Fixed
69
75
70
76
- pack icons
71
77
72
- ## [ 1.1.0] - 2022/04/21
78
+ ## 1.1.0 - 2022/04/21
73
79
74
80
## Changed
75
81
@@ -79,7 +85,7 @@ Security to invite users to upgrade in case of vulnerabilities.
79
85
80
86
- preview images
81
87
82
- ## [ 1.0.0] - 2022/04/20
88
+ ## 1.0.0 - 2022/04/20
83
89
84
90
### Added
85
91
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-dein-
78
78
79
79
If this project helps you, consider buying me a cup of coffee.
80
80
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 )
81
82
[ ![ 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 )
83
83
84
84
### License
85
85
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dein-snippets-pack" ,
3
3
"description" : " VS Code dein Snippets collection for JS and TS" ,
4
- "version" : " 2.0.2 " ,
4
+ "version" : " 2.0.3 " ,
5
5
"displayName" : " dein Snippets Pack" ,
6
6
"publisher" : " deinsoftware" ,
7
7
"icon" : " images/light-icon.png" ,
24
24
"url" : " https://github.com/deinsoftware/vscode-dein-snippets-pack"
25
25
},
26
26
"sponsor" : {
27
- "url" : " https://ko-fi .com/equiman "
27
+ "url" : " https://github .com/sponsors/deinsoftware "
28
28
},
29
29
"engines" : {
30
30
"vscode" : " ^1.58.0"
You can’t perform that action at this time.
0 commit comments