@untools/pay-paystack 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [0.2.3](https://github.com/aevrHQ/pay/compare/pay-paystack@v0.2.2...pay-paystack@v0.2.3) (2026-05-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * add demo transfer scenario API and documentation for scheduled transfers ([aa0df40](https://github.com/aevrHQ/pay/commit/aa0df400b50eab64947759c310e29275db2142f0))
11
+ * add recipient support for scheduled transfers and bulk transfers ([1c19991](https://github.com/aevrHQ/pay/commit/1c1999104a839b08acd10254792e5e7261c6661a))
12
+ * add scheduled payouts functionality with creation, management, and execution features ([4e4d67b](https://github.com/aevrHQ/pay/commit/4e4d67b66bb6f226703b9a895b43beace9723258))
13
+ * add scheduled transfer functionality ([8bd1996](https://github.com/aevrHQ/pay/commit/8bd1996517874f6d54c53d0ea8b43b5c713c93a8))
14
+ * enhance scheduled transfer metadata with execution details ([636d979](https://github.com/aevrHQ/pay/commit/636d979640c87ad7999f8cd0c0ef11e9a3a1fe5c))
15
+ * implement scheduled payouts functionality ([bb9322f](https://github.com/aevrHQ/pay/commit/bb9322f3c68cbed539593758c0ef80a39d8a0a95))
16
+ * update documentation for recipient handling in scheduled and bulk transfers ([4cf7f50](https://github.com/aevrHQ/pay/commit/4cf7f50c67f8f8f7a67a1e8776bc52e45ec0d2d5))
17
+
5
18
  ### [0.2.2](https://github.com/aevrHQ/pay/compare/pay-paystack@v0.2.1...pay-paystack@v0.2.2) (2026-05-10)
6
19
 
7
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untools/pay-paystack",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Paystack provider adapter for @untools/pay",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",