Skip to content

Commit 93471e7

Browse files
committed
chore(release): 3.1.2
1 parent b10c49d commit 93471e7

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1.2](https://github.com/ecomplus/application-starter/compare/v3.1.1...v3.1.2) (2022-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update all non-major dependencies ([f25957f](https://github.com/ecomplus/application-starter/commit/f25957f8a6429d4642fb72b8df7b1e2502414c97))
11+
* **export-order:** check if has updated by tiny before send ([#120](https://github.com/ecomplus/application-starter/issues/120)) ([3f2d6b3](https://github.com/ecomplus/application-starter/commit/3f2d6b354a03458e6480e6c86c2213ac82ace7f3))
12+
* **export-orders:** properly checking last status and prevent integration loop ([b10c49d](https://github.com/ecomplus/application-starter/commit/b10c49da66d3593128fd0bf8bef33522f54a2252))
13+
* path function ([#122](https://github.com/ecomplus/application-starter/issues/122)) ([ccff0b4](https://github.com/ecomplus/application-starter/commit/ccff0b4e477178612697934b4038d54091a2e7ad))
14+
515
### [3.1.1](https://github.com/ecomplus/application-starter/compare/v3.1.0...v3.1.1) (2022-07-08)
616

717

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.1.1",
4+
"version": "3.1.2",
55
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
66
"main": "functions/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)