Skip to content

Commit

Permalink
Merge pull request #13 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 6ac0dd4 + 094fb50 commit f655f06
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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 @@ -41,6 +41,7 @@
"edaf",
"Eomm",
"Equiman",
"github",
"iiaaf",
"iiaf",
"kural",
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
-->

## 3.1.1 - 2022/12/11
## 3.1.2 - 2022/12/14

### Fixed

- Sponsors url

## 3.1.1 - 2022/12/14

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ See also the list of [contributors](https://github.com/deinsoftware/vscode-arrow

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": "arrow-function-snippets",
"description": "VS Code Arrow function snippets for JS and TS",
"version": "3.1.1",
"version": "3.1.2",
"displayName": "Arrow Function Snippets",
"publisher": "deinsoftware",
"icon": "images/light-icon.png",
Expand All @@ -20,7 +20,7 @@
"url": "https://github.com/deinsoftware/vscode-arrow-snippets"
},
"sponsor": {
"url": "https://ko-fi.com/equiman"
"url": "https://github.com/sponsors/deinsoftware"
},
"engines": {
"vscode": "^1.58.0"
Expand Down

0 comments on commit f655f06

Please sign in to comment.