Skip to content

Commit

Permalink
Merge pull request #54 from haensl/53
Browse files Browse the repository at this point in the history
#53: Add funding information.
  • Loading branch information
haensl authored Feb 17, 2022
2 parents 145632c + 849bf8e commit 585945c
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 77 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [haensl]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.16
* [#53: Add funding information.](https://github.com/haensl/google-optimize-service/issues/53)
* Update dependencies.

## 1.1.15
* [#51: Update dependencies.](https://github.com/haensl/google-optimize-service/issues/51)

Expand Down
158 changes: 82 additions & 76 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-optimize-service",
"version": "1.1.15",
"version": "1.1.16",
"description": "Highly customizable, dependency-free, universal, service abstraction around Google Optimize.",
"main": "lib/google-optimize-service.cjs.js",
"module": "lib/google-optimize-service.esm.js",
Expand Down Expand Up @@ -45,6 +45,7 @@
"email": "[email protected]",
"twitter": "@h_p_d"
},
"funding": "https://github.com/sponsors/haensl",
"license": "MIT",
"bugs": {
"url": "https://github.com/haensl/google-optimize-service/issues"
Expand Down

0 comments on commit 585945c

Please sign in to comment.