Skip to content

Commit

Permalink
Merge pull request #4 from deinsoftware/dev
Browse files Browse the repository at this point in the history
fix sponsors
  • Loading branch information
equiman authored Dec 14, 2022
2 parents c8ea2f7 + 5c38626 commit 1e8b390
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
custom: ["https://paypal.me/equiman/3", "https://ko-fi.com/equiman"]
github: [deinsoftware]
custom: ["https://paypal.me/equiman/3"]
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"deinsoftware",
"Eomm",
"Equiman",
"github",
"patreon",
"paypal",
"volta",
Expand Down
30 changes: 18 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 1e8b390

Please sign in to comment.