Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Sep 1, 2023
1 parent 7d48549 commit 0844556
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.0.1](https://github.com/ecomplus/application-starter/compare/v1.0.0...v1.0.1) (2023-09-01)


### Bug Fixes

* prevent calculate parse error with undefined `pcTotalServicosAdicionais` ([7d48549](https://github.com/ecomplus/application-starter/commit/7d4854937d2b929a4bdc0d185266fe8d89275c27))
* prevent sending declared value to PAC service ([2327834](https://github.com/ecomplus/application-starter/commit/23278344d4c15cae5404c681555c12b8aa9650f0))
* properly getting correios credentials from app data ([c76aff0](https://github.com/ecomplus/application-starter/commit/c76aff0977429f93e9d24bbd1db933ba9e49318e))
* properly getting correios result from `calculate` function ([ee53806](https://github.com/ecomplus/application-starter/commit/ee53806084787efc78f5bdc4e8f7879416997577))
* properly getting correios result from `calculate` function (debug) ([e580fb2](https://github.com/ecomplus/application-starter/commit/e580fb276d81a6ce8c0d3e1765e9fbfb645ef9e0))

## 1.0.0 (2023-08-31)


Expand Down
4 changes: 2 additions & 2 deletions 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.0.1",
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
"main": "functions/index.js",
"scripts": {
Expand Down

0 comments on commit 0844556

Please sign in to comment.