Skip to content

Commit 64ceb04

Browse files
committed
remove php from release
1 parent 80d59e5 commit 64ceb04

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

clients/algoliasearch-client-javascript/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858

5959
## [0.3.0](https://github.com/algolia/algoliasearch-client-javascript/compare/0.2.0...0.3.0)
6060

61-
### javascript
6261
- b8e6be72 fix(specs): correctly pass `searchParams` to the request (#531)
6362
- 000f62d9 refactor(javascript): type setTimeout in a way compatible with node & browser (#527)
6463
- bf427124 fix(specs): allow `POST` methods to send `read` requests (#525)
@@ -72,10 +71,8 @@
7271

7372
## [0.1.1](https://github.com/algolia/algoliasearch-client-javascript/compare/0.1.0...0.1.1)
7473

75-
### javascript
7674
- c80d0647 fix(spec): predict server (#441)
7775
- 12f246e7 chore: use `Client` suffix (#386)
7876
- be7400be fix(javascript): update version (#448)
7977
- b9677335 fix(javascript): add missing descriptions (#416)
8078
- cd565ca3 chore(javascript): fix npm publish issue (#409)
81-

clients/algoliasearch-client-php/CHANGELOG.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

config/clients.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"php": {
2727
"folder": "clients/algoliasearch-client-php",
2828
"gitRepoId": "algoliasearch-client-php",
29-
"packageVersion": "0.1.0",
29+
"packageVersion": "0.0.1",
3030
"modelFolder": "lib/Model",
3131
"customGenerator": "algolia-php",
3232
"apiFolder": "lib/Api",
@@ -35,4 +35,4 @@
3535
"outputFolder": "src"
3636
}
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)