Skip to content

Commit cfadb4c

Browse files
committed
chore(release): 4.1.0
1 parent 7d5631d commit cfadb4c

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.1.0](https://github.com/ecomplus/application-starter/compare/v4.0.1...v4.1.0) (2025-03-15)
6+
7+
8+
### Features
9+
10+
* additional admin settings option to skip NCM/MPN sync [[#165](https://github.com/ecomplus/application-starter/issues/165)] ([7d5631d](https://github.com/ecomplus/application-starter/commit/7d5631d4a71e6465a50c1372a711f1ef7a4d402d))
11+
12+
13+
### Bug Fixes
14+
15+
* properly replacing name accents on product import ([4e72366](https://github.com/ecomplus/application-starter/commit/4e72366a07f02f9a64b79e0712eebbebf843ee4b))
16+
* properly setting variation price and test variation gtin on product import ([db6a696](https://github.com/ecomplus/application-starter/commit/db6a69665673d24ba4c49265cfeeb0d4098a94e4))
17+
* replacing unnacepted char & on `shipping_method_label` for order export ([c984739](https://github.com/ecomplus/application-starter/commit/c984739fd9a873fa20b433aaf5a9432b5c101eb5))
18+
519
### [4.0.1](https://github.com/ecomplus/application-starter/compare/v3.4.2...v4.0.1) (2025-02-14)
620

721

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