Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polishq committed Apr 15, 2022
1 parent c025ae1 commit 7c8f30f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.1] - 2022-04-15

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "affirm-payment",
"vendor": "vtex",
"version": "2.2.0",
"version": "2.2.1",
"title": "Affirm Payment",
"description": "An implentation of Affirm payment method",
"categories": [],
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.0",
"version": "2.2.1",
"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.0",
"version": "2.2.1",
"description": "",
"scripts": {
"test": "vtex-scripts test"
Expand Down

0 comments on commit 7c8f30f

Please sign in to comment.