Skip to content

Commit 5e2bf48

Browse files
committed
chore(release): 1.1.0
1 parent c329f2c commit 5e2bf48

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

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+
## [1.1.0](https://github.com/ecomplus/application-starter/compare/v1.0.1...v1.1.0) (2023-11-10)
6+
7+
8+
### Features
9+
10+
* additional config option to "use bigger box" and skip summing items dimensions ([e471637](https://github.com/ecomplus/application-starter/commit/e471637709ecf18b07af825d743dea3af19c9b02))
11+
12+
13+
### Bug Fixes
14+
15+
* **calculate-shipping:** not remove shipping method if time is zero ([2175e25](https://github.com/ecomplus/application-starter/commit/2175e2517cf38babc94c55f7985561702b26f3f2))
16+
* **calculate-shipping:** set default in switch without unit and checkzip code check destination zip ([e094609](https://github.com/ecomplus/application-starter/commit/e0946094fcf872841ce7597411ae053c594b329f))
17+
* hard reset pkg dimensions on calculate to fix maximum values ([c329f2c](https://github.com/ecomplus/application-starter/commit/c329f2c958d7dee0e50289db4b7fcdb3bbc6272a))
18+
519
### [1.0.1](https://github.com/ecomplus/application-starter/compare/v1.0.0...v1.0.1) (2023-09-01)
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/application-starter",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.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)