Skip to content

Commit

Permalink
Merge pull request #40 from shgysk8zer0/feature/funding
Browse files Browse the repository at this point in the history
Add funding
  • Loading branch information
shgysk8zer0 committed Jul 9, 2023
2 parents 830cea4 + 46e37cf commit bb35ef3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.2] - 2023-07-09

### Added
- Add funding

## [v0.2.1] - 2023-07-07

### Added
Expand Down
14 changes: 12 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shgysk8zer0/kazoo",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"type": "module",
"description": "A JavaScript monorepo for all the things!",
Expand Down Expand Up @@ -43,6 +43,16 @@
],
"author": "Chris Zuber <shgysk8zer0@gmail.com>",
"license": "MIT",
"funding": [
{
"type": "librepay",
"url": "https://liberapay.com/shgysk8zer0"
},
{
"type": "github",
"url": "https://github.com/sponsors/shgysk8zer0"
}
],
"bugs": {
"url": "https://github.com/shgysk8zer0/kazoo/issues"
},
Expand Down

0 comments on commit bb35ef3

Please sign in to comment.