From 4e1ddbe8b42ce92a61f0c7b003f918c3da65f027 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Mon, 24 Oct 2022 19:07:35 -0300 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f0ee9..3f0c8e5 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.1.2](https://github.com/ecomplus/application-starter/compare/v1.1.1...v1.1.2) (2022-10-24) + + +### Bug Fixes + +* retry fetch order with delay if pixel metafield not set yet ([d29e141](https://github.com/ecomplus/application-starter/commit/d29e141b0cbf18f4a82f08c10ca735ad30963fe0)) + ### [1.1.1](https://github.com/ecomplus/application-starter/compare/v1.1.0...v1.1.1) (2022-10-24) diff --git a/package-lock.json b/package-lock.json index c7f3303..8f093ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ecomplus/application-starter", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ecomplus/application-starter", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "dotenv": "^16.0.3", diff --git a/package.json b/package.json index d15c8d9..4097f3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ecomplus/application-starter", "private": true, - "version": "1.1.1", + "version": "1.1.2", "description": "Boilerplate for E-Com Plus apps with Firebase Cloud Functions", "main": "functions/index.js", "scripts": {