Skip to content

Commit

Permalink
Release v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wender committed Nov 15, 2022
1 parent 19802b1 commit 15821f1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

## [2.2.5] - 2022-11-15

### Fixed

Expand Down
12 changes: 9 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "affirm-payment",
"vendor": "vtex",
"version": "2.2.4",
"version": "2.2.5",
"title": "Affirm Payment",
"description": "An implentation of Affirm payment method",
"categories": [],
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"builders": {
"react": "2.x",
"node": "6.x",
Expand Down Expand Up @@ -53,7 +55,11 @@
"delayInterval": {
"title": "Interval to use for the following three settings",
"type": "string",
"enum": ["Minutes", "Hours", "Days"],
"enum": [
"Minutes",
"Hours",
"Days"
],
"default": "Days"
},
"delayToAutoSettle": {
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "affirm-payment",
"version": "2.2.4",
"version": "2.2.5",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "affirm-payment",
"version": "2.2.4",
"version": "2.2.5",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 15821f1

Please sign in to comment.