From 28c34f86cdbb5bb030044adbb6c144a7fb806a26 Mon Sep 17 00:00:00 2001 From: matheusgnreis Date: Tue, 23 Jan 2024 01:58:33 -0300 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1cf2d..a55430f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0 (2024-01-23) + + +### Features + +* **calculate-shipping:** finish calculate shipping ([fb21e85](https://github.com/ecomplus/application-starter/commit/fb21e855cdffb2655d819c6d28cbe1a982eeeb9b)) +* **description:** set description app ([9ca9a55](https://github.com/ecomplus/application-starter/commit/9ca9a559c59049ccd747a6bccbacfe3f0a867d8d)) +* **ecom-config:** option to best quotation ([3b46216](https://github.com/ecomplus/application-starter/commit/3b4621694fbe53aa711b40477a3acc1835ae5c29)) +* **ecom-config:** set config options ([a76679d](https://github.com/ecomplus/application-starter/commit/a76679d6d1c733f5b1532c50fc9dd07c9c29c5c8)) + ## [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) ## [1.0.0-starter.25](https://github.com/ecomplus/application-starter/compare/v1.0.0-starter.24...v1.0.0-starter.25) (2022-02-24) diff --git a/package-lock.json b/package-lock.json index cdeeb88..1c8928c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/application-starter", - "version": "1.0.0-starter.26", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ecomplus/application-starter", - "version": "1.0.0-starter.26", + "version": "1.0.0", "license": "MIT", "dependencies": { "dotenv": "^16.3.1", diff --git a/package.json b/package.json index 10b5d43..2dd0156 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.0.0-starter.26", + "version": "1.0.0", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {