Skip to content

Commit 7f5085e

Browse files
committed
chore(release): 3.2.1
1 parent 025c582 commit 7f5085e

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
### [3.2.1](https://github.com/ecomplus/application-starter/compare/v3.2.0...v3.2.1) (2023-07-27)
6+
7+
8+
### Bug Fixes
9+
10+
* check stores stock entries date up to 5min on product import ([316c4b3](https://github.com/ecomplus/application-starter/commit/316c4b3562cce741560bd8318aa34e35124d86e2))
11+
* **export-order:** double check order id before exporting ([40464ee](https://github.com/ecomplus/application-starter/commit/40464ee4be015c776f2fdef3a2442b4a0bb4e863))
12+
* **export-order:** send inscription number only when is state ([011b3ac](https://github.com/ecomplus/application-starter/commit/011b3ac8d37f8d410046ebc36fbc4e64c4db20a7))
13+
* **export-order:** send inscription number when (optional) type is undefined ([2031786](https://github.com/ecomplus/application-starter/commit/2031786d382806bbfa9672f14a29dbfee7e2c430))
14+
* **format-date:** set less 3 hours from zero utc server date ([6913d70](https://github.com/ecomplus/application-starter/commit/6913d7092f04a4d97ef25d833e2020b42b8330b3))
15+
* **import-order:** find order by correct prop when use ecom: ([a874071](https://github.com/ecomplus/application-starter/commit/a8740712fb53d59575887924521e86764a267459))
16+
* **product-to-ecomplus:** parse image from exactly order from tiny ([5591509](https://github.com/ecomplus/application-starter/commit/5591509f6054a2b1ef59c0ae9ec21617cea1df84))
17+
518
## [3.2.0](https://github.com/ecomplus/application-starter/compare/v3.1.2...v3.2.0) (2023-03-10)
619

720

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/app-tiny-erp",
33
"private": true,
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)