chore(release): -v1.8.0 [skip ci]

## [1.8.0](https://github.com/brianpooe/devtools-bp/compare/v1.7.0...v1.8.0) (2023-07-22)

### Features

* added demo for listing states by country ([1288aab](1288aabf9c))
* added demo for listing supported countries ([9d7cd67](9d7cd67fac))
* added list states by country api ([5998a31](5998a3189a))
* added list supported countries api ([c3812d7](c3812d7e84))

### Bug Fixes

* rename miscellaneous service ([6b42247](6b42247c2a))
This commit is contained in:
semantic-release-bot 2023-07-22 14:00:57 +00:00
parent 14c0fe863e
commit 663c8a8deb
3 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,18 @@
## [1.8.0](https://github.com/brianpooe/devtools-bp/compare/v1.7.0...v1.8.0) (2023-07-22)
### Features
* added demo for listing states by country ([1288aab](https://github.com/brianpooe/devtools-bp/commit/1288aabf9cce03c3f2bd4defd696500df2a9276c))
* added demo for listing supported countries ([9d7cd67](https://github.com/brianpooe/devtools-bp/commit/9d7cd67fac75d6f30d74383ff9697b0595578517))
* added list states by country api ([5998a31](https://github.com/brianpooe/devtools-bp/commit/5998a3189a9e5061af6262f9c60a02e8dfb32de7))
* added list supported countries api ([c3812d7](https://github.com/brianpooe/devtools-bp/commit/c3812d7e84be4ddc704c3b33b7d604f7fb48284b))
### Bug Fixes
* rename miscellaneous service ([6b42247](https://github.com/brianpooe/devtools-bp/commit/6b42247c2a35404a815962431f074f33cece00f1))
## [1.7.0](https://github.com/brianpooe/devtools-bp/compare/v1.6.0...v1.7.0) (2023-07-22)

View file

@ -1,7 +1,7 @@
{
"name": "@devtools-bp/nestjs-paystack",
"description": "Powerful library that provides seamless integration with the Paystack payment gateway for your NestJS applications. You can easily handle payment transactions with minimal effort.",
"version": "1.7.0",
"version": "1.8.0",
"scripts": {
"test": "echo \"Error:no test specified\" && exit 1"
},

View file

@ -1,6 +1,6 @@
{
"name": "@devtools-bp/source",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"scripts": {
"start:api:demo": "nx serve ns-paystack-demo",