Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
chore(release): 4.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.4](v4.0.3...v4.0.4) (2019-09-17)

### Bug Fixes

* **npm:** fixed type in npm devDependencies ([43cf65f](43cf65f))
* **release process:** review from scratch ([103f7ee](103f7ee))
  • Loading branch information
semantic-release-bot committed Sep 17, 2019
1 parent 43cf65f commit a82b209
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.4](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.3...v4.0.4) (2019-09-17)


### Bug Fixes

* **npm:** fixed type in npm devDependencies ([43cf65f](https://github.com/hexonet/whmcs-ispapi-pricingimporter/commit/43cf65f))
* **release process:** review from scratch ([103f7ee](https://github.com/hexonet/whmcs-ispapi-pricingimporter/commit/103f7ee))

## [4.0.3](https://github.com/hexonet/whmcs-ispapi-pricingimporter/compare/v4.0.2...v4.0.3) (2019-09-13)


Expand Down
2 changes: 1 addition & 1 deletion ispapidpi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use ISPAPI\LoadRegistrars;

session_start();
$module_version = "4.0.3";
$module_version = "4.0.4";

function ispapidpi_config()
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"codeFix": "phpcbf --ignore=\"*/vendor/*\" --standard=PSR2 -q *.php templates tests",
"test": "phpunit"
}
}
}
4 changes: 2 additions & 2 deletions release.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.0.3",
"date": "2019-09-13"
"version": "4.0.4",
"date": "2019-09-17"
}
Binary file modified whmcs-ispapi-pricingimporter-latest.zip
Binary file not shown.

0 comments on commit a82b209

Please sign in to comment.