Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Nov 28, 2022
1 parent 6aabf33 commit cf324ac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "1.0.0",
"version": "1.1.0",
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
"main": "functions/index.js",
"scripts": {
Expand Down

0 comments on commit cf324ac

Please sign in to comment.