From e5740f4ca29897b570c07b0f0ea48fd3274cbbb1 Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Thu, 6 Jul 2023 23:52:48 -0300 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae15f0..38d2a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [1.1.0](https://github.com/ecomplus/application-starter/compare/v1.0.0...v1.1.0) (2023-07-07) + + +### Features + +* **calculate-shipping:** add free shipping config ([268958e](https://github.com/ecomplus/application-starter/commit/268958ef69040a410bd33ccedd8e5a759b715030)) +* **config:** add additional option and rename it ([f8f4f1e](https://github.com/ecomplus/application-starter/commit/f8f4f1e5634dbc9d992248b5a4227a9836ab3a14)) + + +### Bug Fixes + +* **calculate-shipping:** get item to calculate subtotal ([4d82a9a](https://github.com/ecomplus/application-starter/commit/4d82a9a79a6a89efaf5ebae1dc9b0efaedb0fd5e)) +* **calculate-shipping:** set let variable ([38637dc](https://github.com/ecomplus/application-starter/commit/38637dcec1ff4da1ec4a2fe325b060b768e96bfb)) + ## 1.0.0 (2023-07-04) diff --git a/package-lock.json b/package-lock.json index 19ca881..ff578bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-starter", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a69c87d..9c46086 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.0.0", + "version": "1.1.0", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {