Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed Jul 7, 2023
1 parent 44b34b6 commit e5740f4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e5740f4

Please sign in to comment.