diff --git a/CHANGELOG.md b/CHANGELOG.md index 1548f45..f22cd19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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) (2023-02-09) + + +### ⚠ BREAKING CHANGES + +* editing app procedure triggers, must reinstall + +### Bug Fixes + +* **deps:** update dependency firebase-tools to ^11.22.0 ([7bcbc0b](https://github.com/ecomplus/application-starter/commit/7bcbc0b9ff719436a680a8facc9ba7a34ea6e9b7)) + + +* receive cart webhooks on customer set only ([976f38f](https://github.com/ecomplus/application-starter/commit/976f38f66618ac89dd42398829e31a88f474e1e6)) + ## [2.0.0](https://github.com/ecomplus/application-starter/compare/v1.2.0...v2.0.0) (2023-01-26) diff --git a/package-lock.json b/package-lock.json index 3554666..e8bfc26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/application-starter", - "version": "2.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/application-starter", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "dotenv": "^16.0.3", diff --git a/package.json b/package.json index 5ac1cd5..498174a 100644 --- a/package.json +++ b/package.json @@ -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": {