Skip to content

Commit 0608c86

Browse files
committed
chore(release): 1.0.0
1 parent 92fc1c6 commit 0608c86

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

3-
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.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## 1.0.0 (2025-07-23)
6+
7+
8+
### Features
9+
10+
* add shipping rules and configuration options for envia.com ([55e5334](https://github.com/ecomplus/application-starter/commit/55e53346218b63ae6e1030e2d773360d261f046c))
11+
* implement automatic shipping tag creation for Envia.com ([63ae932](https://github.com/ecomplus/application-starter/commit/63ae932031cc8f3a6cb799f552752c05eb97687b))
12+
* implement envia.com shipping calculation for BR sellers ([d838491](https://github.com/ecomplus/application-starter/commit/d83849116bb1f1160f37fb4e8bdae3ba72bf527c))
13+
14+
15+
### Bug Fixes
16+
17+
* enabling calculate shipping module on app config ([92fc1c6](https://github.com/ecomplus/application-starter/commit/92fc1c695f2add6c472056de1927f0495a1f40b1))
18+
* properly handling calculate shipping ([053fb06](https://github.com/ecomplus/application-starter/commit/053fb0654033a4cec5774dc01ebc6cb0dc0123c6))
419

520
## [1.0.0-starter.26](https://github.com/ecomplus/application-starter/compare/v1.0.0-starter.25...v1.0.0-starter.26) (2022-02-24)
621

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@ecomplus/application-starter",
33
"private": true,
4-
"version": "1.0.0-starter.26",
4+
"version": "1.0.0",
55
"description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions",
66
"main": "functions/index.js",
77
"scripts": {
88
"prepare": "npx husky install",
99
"serve": "sh ./serve.sh",
1010
"deploy": "NODE_ENV=production node ./scripts/firebase-deploy.js",
11-
"release": "standard-version",
12-
"release:starter": "standard-version --prerelease starter",
11+
"release": "commit-and-tag-version",
12+
"release:starter": "commit-and-tag-version --prerelease starter",
1313
"publish:market": "node ./scripts/market-publication.js"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)