Skip to content

Commit

Permalink
chore(stripe-utils): release v.1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## <small>1.0.1 (2022-06-16)</small>

* fix: set publishConfig access to public in many package.json ([c861108](c861108))
* fix(stripe-utils): add "files" key in package.json ([6db1bdd](6db1bdd))
* fix(stripe-utils): make the package public ([2d44e8c](2d44e8c))
* fix(stripe-utils): make typescript happy ([7ad5e0d](7ad5e0d))
* docs: add link to generated docs in each package README ([435d090](435d090))
* docs: rebuild docs ([d9d76a5](d9d76a5))
* docs(stripe-utils): configure API Extractor and TypeDoc ([685590c](685590c))
* docs(stripe-utils): update README ([adf4c00](adf4c00))
* chore: add homepage in each package.json ([3e45595](3e45595))
* chore: cleanup ([7b448ed](7b448ed))
* chore: cleanup ([1f293f3](1f293f3))
* chore: cleanup ([716ee18](716ee18))
* chore: cleanup ([549181c](549181c))
* chore: cleanup scripts ([f8b4410](f8b4410))
* chore: improve script that publishes to npmjs ([eeca448](eeca448))
* chore: update semantic-release config ([7f85707](7f85707))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](b63cc91))
* ci: update semantic-release config ([f5fe959](f5fe959))
* fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](fac9a88))

### Dependencies

* **@jackdbd/utils:** upgraded to 1.1.3
  • Loading branch information
semantic-release-bot committed Jun 16, 2022
1 parent 78b563c commit 3bc98ef
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions packages/stripe-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# CHANGELOG

## <small>1.0.1 (2022-06-16)</small>

* fix: set publishConfig access to public in many package.json ([c861108](https://github.com/jackdbd/calderone/commit/c861108))
* fix(stripe-utils): add "files" key in package.json ([6db1bdd](https://github.com/jackdbd/calderone/commit/6db1bdd))
* fix(stripe-utils): make the package public ([2d44e8c](https://github.com/jackdbd/calderone/commit/2d44e8c))
* fix(stripe-utils): make typescript happy ([7ad5e0d](https://github.com/jackdbd/calderone/commit/7ad5e0d))
* docs: add link to generated docs in each package README ([435d090](https://github.com/jackdbd/calderone/commit/435d090))
* docs: rebuild docs ([d9d76a5](https://github.com/jackdbd/calderone/commit/d9d76a5))
* docs(stripe-utils): configure API Extractor and TypeDoc ([685590c](https://github.com/jackdbd/calderone/commit/685590c))
* docs(stripe-utils): update README ([adf4c00](https://github.com/jackdbd/calderone/commit/adf4c00))
* chore: add homepage in each package.json ([3e45595](https://github.com/jackdbd/calderone/commit/3e45595))
* chore: cleanup ([7b448ed](https://github.com/jackdbd/calderone/commit/7b448ed))
* chore: cleanup ([1f293f3](https://github.com/jackdbd/calderone/commit/1f293f3))
* chore: cleanup ([716ee18](https://github.com/jackdbd/calderone/commit/716ee18))
* chore: cleanup ([549181c](https://github.com/jackdbd/calderone/commit/549181c))
* chore: cleanup scripts ([f8b4410](https://github.com/jackdbd/calderone/commit/f8b4410))
* chore: improve script that publishes to npmjs ([eeca448](https://github.com/jackdbd/calderone/commit/eeca448))
* chore: update semantic-release config ([7f85707](https://github.com/jackdbd/calderone/commit/7f85707))
* ci: run CI on GitHub workflow, not Cloud Build ([b63cc91](https://github.com/jackdbd/calderone/commit/b63cc91))
* ci: update semantic-release config ([f5fe959](https://github.com/jackdbd/calderone/commit/f5fe959))
* fix(hapi-healthcheck-plugin,hapi-ip-whitelist-plugin): add a bunch of .npmignore ([fac9a88](https://github.com/jackdbd/calderone/commit/fac9a88))





### Dependencies

* **@jackdbd/utils:** upgraded to 1.1.3

## @jackdbd/stripe-utils 1.0.0 (2022-05-13)

* ci: try publishing to Artifact Registry ([3a86457](https://github.com/jackdbd/calderone/commit/3a86457))
Expand Down
4 changes: 2 additions & 2 deletions packages/stripe-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/stripe-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility functions to work with Stripe",
"author": {
"name": "Giacomo Debidda",
Expand Down Expand Up @@ -70,7 +70,7 @@
},
"dependencies": {},
"peerDependencies": {
"@jackdbd/utils": ">=1.0.1",
"@jackdbd/utils": "1.1.3",
"debug": ">=4.0.0",
"stripe": ">=9.1.0"
},
Expand Down

0 comments on commit 3bc98ef

Please sign in to comment.