Skip to content

Commit 0fe939c

Browse files
committed
chore(release): 3.4.1
1 parent 52d77f9 commit 0fe939c

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.4.1](https://github.com/ecomplus/application-starter/compare/v3.4.0...v3.4.1) (2024-09-10)
6+
7+
8+
### Bug Fixes
9+
10+
* **ecom-config:** add permission to manipulate categories ([52d77f9](https://github.com/ecomplus/application-starter/commit/52d77f9fc47d90e03f38b95d41531a457bded2e3))
11+
* **import-products:** add debug to import category ([a609484](https://github.com/ecomplus/application-starter/commit/a609484a6af08954dda719af59fba6b6e0fa31b6))
12+
* list stores from auths up to 48h ([0deebf0](https://github.com/ecomplus/application-starter/commit/0deebf04ff234bb80fe2f8a3a3685914b9ffc383))
13+
* properly checking keywords max items and length on product import ([389ffc4](https://github.com/ecomplus/application-starter/commit/389ffc4027652fadb8f6547520178f3584c2aeb5))
14+
515
## [3.4.0](https://github.com/ecomplus/application-starter/compare/v3.3.0...v3.4.0) (2024-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.4.0",
4+
"version": "3.4.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)