diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f10466..2996080 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.0.2](https://github.com/ecomplus/application-starter/compare/v1.0.1...v1.0.2) (2021-07-20) + + +### Bug Fixes + +* **fb-event-time:** try with rounded number (integer) ([7737d7b](https://github.com/ecomplus/application-starter/commit/7737d7baa5cb03bbdc01c18d709b68d26fc6750d)) + ### [1.0.1](https://github.com/ecomplus/application-starter/compare/v1.0.0...v1.0.1) (2021-07-20) diff --git a/package-lock.json b/package-lock.json index b6cc154..e1d35c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/application-starter", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6851eb..5b36a22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.0.1", + "version": "1.0.2", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {