From b6f6d6ff7c6986478e2bb930a9648b1edb04b933 Mon Sep 17 00:00:00 2001 From: aurorahey <92704360+aurorahey@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:20:57 +0000 Subject: [PATCH] Release v0.0.9 --- CHANGELOG.md | 4 +++- manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfa97d..1c31836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [Unreleased] + +## [0.0.9] - 2022-12-13 ### Fixed diff --git a/manifest.json b/manifest.json index 5bc721b..9fe1cb9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "affirm-components", "vendor": "vtex", - "version": "0.0.8", + "version": "0.0.9", "title": "Affirm Components", "description": "Frontend components related to Affirm payment method", "categories": [], diff --git a/react/package.json b/react/package.json index bfa129a..f03dee1 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "affirm-components", - "version": "0.0.8", + "version": "0.0.9", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"