Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.7"
".": "1.11.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.11.0](https://github.com/alexasomba/paystack-browser/compare/v1.10.7...v1.11.0) (2026-06-01)


### Features

* add automated npm publish workflow and bump openapi version to 1.3.1 ([02d5775](https://github.com/alexasomba/paystack-browser/commit/02d5775ab87f5a45995ff6caa2957e5d5ac25bd9))
* add GitHub Actions workflow to automate release creation on tag push ([90f096f](https://github.com/alexasomba/paystack-browser/commit/90f096f8d47d2844b24b01baa3d398f2376f4232))
* enhance SDK generation with JSDoc support, path parameter handling, and categorized operation binding ([33d049b](https://github.com/alexasomba/paystack-browser/commit/33d049b55ccb32168f9b475b90acd78431488d87))
* sync SDKs from openapi spec (v1.9.4) ([ad541f8](https://github.com/alexasomba/paystack-browser/commit/ad541f8b8c43eb2ea0bfd69bf7cf8e6582a53ff7))


### Bug Fixes

* finalize workflow and sync scripts with master branch ([3bad03a](https://github.com/alexasomba/paystack-browser/commit/3bad03a963abee1024599743b2bc52da727dd2ce))
* finalized workflow and publish infrastructure ([1d355d5](https://github.com/alexasomba/paystack-browser/commit/1d355d56727cffa86e15eecfd4cd704fa6cb0e16))
* switch to pnpm and update workflow for master branch ([00e93d2](https://github.com/alexasomba/paystack-browser/commit/00e93d2acfe1558e9ca5b54d5197954321516540))
* switch to pnpm and update workflow for Node 24 ([948450f](https://github.com/alexasomba/paystack-browser/commit/948450fbb9ed472bad83ae56ff44b5b4537a93cb))
* update workflow and switch to pnpm ([e3d1ebd](https://github.com/alexasomba/paystack-browser/commit/e3d1ebdf89689b4091f4f0c66ee4b4af13b727d9))

## [1.10.7](https://github.com/alexasomba/paystack-browser/compare/v1.10.6...v1.10.7) (2026-06-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexasomba/paystack-browser",
"version": "1.10.7",
"version": "1.11.0",
"description": "A browser-compatible Paystack SDK - Complete, Type-safe, and Fetch-ready with full OpenAPI coverage.",
"keywords": [
"africa",
Expand Down