Skip to content

Commit 48dcb1b

Browse files
committed
chore(release): 2.0.0
1 parent e66921f commit 48dcb1b

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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+
## [2.0.0](https://github.com/ecomplus/application-starter/compare/v1.1.1...v2.0.0) (2023-09-12)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **ecom-config:** add authorization and procedures to get order and send to jadlog
11+
* **create-tag:** option to send order to jadlog
12+
13+
### Features
14+
15+
* **create-tag:** option to send order to jadlog ([55957b5](https://github.com/ecomplus/application-starter/commit/55957b56b8ea25c548139c5a579a7a6abff9c4a6))
16+
17+
18+
### Bug Fixes
19+
20+
* **deps:** update @ecomplus/application-sdk to v1.15.5 firestore ([60471d7](https://github.com/ecomplus/application-starter/commit/60471d75aa0e2394d8bee6945b2ff0db00cc1383))
21+
* **deps:** update all non-major dependencies ([#1](https://github.com/ecomplus/application-starter/issues/1)) ([673a16e](https://github.com/ecomplus/application-starter/commit/673a16eafb394e99babf28c167a0dc152e987e6f))
22+
23+
24+
* **ecom-config:** add information to send order to jadlog ([3d54f9f](https://github.com/ecomplus/application-starter/commit/3d54f9f80a3284e93e8e6d4316654a69917c71fe))
25+
526
### [1.1.1](https://github.com/ecomplus/application-starter/compare/v1.1.0...v1.1.1) (2021-02-02)
627

728

package-lock.json

Lines changed: 1 addition & 1 deletion
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/app-jadlog",
33
"private": true,
4-
"version": "1.1.1",
4+
"version": "2.0.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)