Skip to content

Commit

Permalink
chore(release): 1.0.0-starter.24
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 24, 2021
1 parent dca0a11 commit 0a297ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0-starter.24](https://github.com/ecomplus/application-starter/compare/v1.0.0-starter.23...v1.0.0-starter.24) (2021-06-24)


### Bug Fixes

* **deps:** update functions non-major dependencies ([dca0a11](https://github.com/ecomplus/application-starter/commit/dca0a113a2da8ae29054d1f4809b83518051cd68))
* **webhooks:** handle auth not found error to prevent webhook retries ([5082a7d](https://github.com/ecomplus/application-starter/commit/5082a7d0a0c5fe53b9529553c14f7e7be16ebf1f))

## [1.0.0-starter.23](https://github.com/ecomplus/application-starter/compare/v1.0.0-starter.22...v1.0.0-starter.23) (2021-06-15)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ecomplus/application-starter",
"private": true,
"version": "1.0.0-starter.23",
"version": "1.0.0-starter.24",
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
"main": "functions/index.js",
"scripts": {
Expand Down

0 comments on commit 0a297ff

Please sign in to comment.