From a8294c4772d16e7ba58fd7d2499da7a46f877362 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:48:01 +0200 Subject: [PATCH] 2.2.1 --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6031c..3713892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] -[unreleased]: https://github.com/wp-pay/logos/compare/v2.2.0...HEAD +[unreleased]: https://github.com/wp-pay/logos/compare/v2.2.1...HEAD + +## [2.2.1] - 2024-06-19 + +### Changed + +- Ignore `/docs/` folder in export. +- Ignore `/tests/` folder in export. + +### Removed + +- Removed outdated iDEAL logo documentation. + +[2.2.1]: https://github.com/pronamic/wp-pay-logos/compare/v2.2.0...v2.2.1 ## [2.2.0] - 2024-06-06 diff --git a/package-lock.json b/package-lock.json index 8f12bd0..253c134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wp-pay/logos", - "version": "2.1.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@wp-pay/logos", - "version": "2.1.0", + "version": "2.2.1", "license": "GPL-3.0" } } diff --git a/package.json b/package.json index c7080bd..c5bd7c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wp-pay/logos", - "version": "2.2.0", + "version": "2.2.1", "description": "Logos for the WordPress payment processing library.", "repository": { "type": "git",