diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1cf2d..987610e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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 (2022-10-14) + + +### Features + +* parse ecom webhook and sendfull order to configured uri ([9e48bc7](https://github.com/ecomplus/application-starter/commit/9e48bc7cbcb75e2813d3ce269cefdbb4b033f807)) +* setup app config, scope and procedures ([4beaade](https://github.com/ecomplus/application-starter/commit/4beaade42511974bd348cab8e1938d89e93ef251)) + ## [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 7fad071..9ed47da 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": 2, "requires": true, "packages": { "": { "name": "@ecomplus/application-starter", - "version": "1.0.0-starter.26", + "version": "1.0.0", "license": "MIT", "dependencies": { "dotenv": "^16.0.3", diff --git a/package.json b/package.json index 91104f7..94fcede 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": {