Skip to content

Commit 0b76912

Browse files
committed
chore(release): 4.2.0
1 parent 517bf72 commit 0b76912

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [4.2.0](https://github.com/ecomplus/application-starter/compare/v4.1.0...v4.2.0) (2025-07-25)
6+
7+
8+
### Features
9+
10+
* new payment and shipping methods map options on admin settings ([517bf72](https://github.com/ecomplus/application-starter/commit/517bf72f4bbfa8a7b8733a890e6689ea5702e87c))
11+
12+
13+
### Bug Fixes
14+
15+
* properly passing app data on product parse for imports ([2b760cf](https://github.com/ecomplus/application-starter/commit/2b760cfbb1d6675f99e1772cefb26b819adf352f))
16+
517
## [4.1.0](https://github.com/ecomplus/application-starter/compare/v4.0.1...v4.1.0) (2025-03-15)
618

719

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": "4.1.0",
4+
"version": "4.2.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)