Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 7, 2022
1 parent 2c123b8 commit ec88261
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [3.0.0](https://github.com/ecomplus/application-starter/compare/v2.0.0...v3.0.0) (2022-12-07)


### ⚠ BREAKING CHANGES

* added carts to app procedures

### Features

* optionally handle also carts webhooks ([2c123b8](https://github.com/ecomplus/application-starter/commit/2c123b81ca9f06859c26eb16f0215f73ae543242))


### Bug Fixes

* delay to update manual queue (on success only) ([c5a79cb](https://github.com/ecomplus/application-starter/commit/c5a79cb33a1952850ba0b21e615d0f32a01bf973))
* peroperly fetching order document on manual queue ([cb129b7](https://github.com/ecomplus/application-starter/commit/cb129b74de3be6688cf1b6430b78dd08e893a705))
* prevent app data webhooks loop ([0ce0169](https://github.com/ecomplus/application-starter/commit/0ce016990229bf174914c7d0755d764854e8dfcb))
* properly updating manual queue array ([f82dcb5](https://github.com/ecomplus/application-starter/commit/f82dcb5f60ba25ff87fbc7fdd4d551dd8c86c1d1))

## [2.0.0](https://github.com/ecomplus/application-starter/compare/v1.1.3...v2.0.0) (2022-11-30)


Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "3.0.0",
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
"main": "functions/index.js",
"scripts": {
Expand Down

0 comments on commit ec88261

Please sign in to comment.