diff --git a/CHANGELOG.md b/CHANGELOG.md index 987610e..d60e2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.1.0](https://github.com/ecomplus/application-starter/compare/v1.0.0...v1.1.0) (2022-11-28) + + +### Features + +* supporting multiple configured webhooks ([6aabf33](https://github.com/ecomplus/application-starter/commit/6aabf33ecb39281edec60f6d9c559871482e9ec9)) + + +### Bug Fixes + +* **deps:** install @google-cloud/firestore again :confused: ([ffb6b9c](https://github.com/ecomplus/application-starter/commit/ffb6b9cae226b784e0d95e818bd46d25f7a92757)) + ## 1.0.0 (2022-10-14) diff --git a/package-lock.json b/package-lock.json index b840b48..babeec1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/application-starter", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/application-starter", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "dotenv": "^16.0.3", diff --git a/package.json b/package.json index d32b71d..3247000 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.0.0", + "version": "1.1.0", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {