diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9d8dd..50b53ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.0](https://github.com/ecomplus/application-starter/compare/v1.1.0...v1.2.0) (2021-08-03) + + +### Features + +* **calculate-shipping:** handle new fixed additional price option [[#1](https://github.com/ecomplus/application-starter/issues/1)] ([1ed8b5d](https://github.com/ecomplus/application-starter/commit/1ed8b5da8c5a6c03ac079653fbc235e763dff585)) + ## [1.1.0](https://github.com/ecomplus/application-starter/compare/v1.0.0...v1.1.0) (2021-08-02) diff --git a/package-lock.json b/package-lock.json index ac9184c..fadee8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-starter", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46b91c2..a846e58 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.1.0", + "version": "1.2.0", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {