Skip to content

Commit f43c679

Browse files
committed
chore(release): 1.1.0
1 parent 05b15c9 commit f43c679

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
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.
44

5+
## [1.1.0](https://github.com/ecomplus/application-starter/compare/v1.0.2...v1.1.0) (2022-04-21)
6+
7+
8+
### Features
9+
10+
* **event-data:** read full order and set user agent and event id from metafield if any ([05b15c9](https://github.com/ecomplus/application-starter/commit/05b15c9222314423963b1e24d322477a0095f098))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** remove @google-cloud/firestore from direct deps [skip ci] ([0cd360e](https://github.com/ecomplus/application-starter/commit/0cd360ee784f3a835cb54b909d0ff3f5d923b9ad))
16+
* **deps:** update all non-major ([6e827db](https://github.com/ecomplus/application-starter/commit/6e827dbfac0df02b52c9004e4053761449b20241))
17+
* **deps:** update all non-major ([98266e5](https://github.com/ecomplus/application-starter/commit/98266e53b3da4eeb1c1807cd4c78a4049bf3e62b))
18+
* **deps:** update all non-major ([985b127](https://github.com/ecomplus/application-starter/commit/985b127bffc3f8770883187d4a6520468fde8bbc))
19+
* **deps:** update all non-major ([53282e0](https://github.com/ecomplus/application-starter/commit/53282e0f76aeff9400e5080a7f58088de3f50e77))
20+
* **deps:** update all non-major ([e868b5f](https://github.com/ecomplus/application-starter/commit/e868b5f9d01e4041f670fb21dda75298547e0d50))
21+
* **deps:** update all non-major ([ee95035](https://github.com/ecomplus/application-starter/commit/ee95035ffc388ba04a3bf30108643db50e6dc784))
22+
* **deps:** update all non-major ([399e368](https://github.com/ecomplus/application-starter/commit/399e3680f6082227a6141585ac49925243c743a9))
23+
* **deps:** update dependency @ecomplus/application-sdk to ^22.0.0-firestore.1.15.6 ([75da962](https://github.com/ecomplus/application-starter/commit/75da962e95277a90735ce1b5ca048a6dad69f899))
24+
* **deps:** update dependency dotenv to v16 ([#23](https://github.com/ecomplus/application-starter/issues/23)) [skip ci] ([8efc8b6](https://github.com/ecomplus/application-starter/commit/8efc8b64ba40decb24655906e5d04d3276dd6248))
25+
* **deps:** update dependency firebase-admin to v10 ([#12](https://github.com/ecomplus/application-starter/issues/12)) [skip ci] ([3fe1558](https://github.com/ecomplus/application-starter/commit/3fe155860a84c1c5c935fe2950b535e82cff30dc))
26+
* **deps:** update dependency firebase-tools to v10 ([#18](https://github.com/ecomplus/application-starter/issues/18)) [skip ci] ([05f2e21](https://github.com/ecomplus/application-starter/commit/05f2e21751bc268bca225d27a5b74e4ca3448ca5))
27+
* **deps:** update dependency uglify-js to ^3.14.3 ([48d9c7c](https://github.com/ecomplus/application-starter/commit/48d9c7c8f616f4c0d92fcd9cdb416ab3b618b28d))
28+
* **deps:** update dependency uglify-js to ^3.15.0 ([d9c2500](https://github.com/ecomplus/application-starter/commit/d9c2500dc61a667ff686ace7b51c978d7ea10c0c))
29+
530
### [1.0.2](https://github.com/ecomplus/application-starter/compare/v1.0.1...v1.0.2) (2021-07-20)
631

732

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ecomplus/application-starter",
33
"private": true,
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)