Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.2...v2.0.0) (2023-08-18)

### Bug Fixes

* **test:** make tests compatible with phpunit 9 and 10. ([91ac9c7](91ac9c7))

### Features

* **deps:** update webonyx/graphql-php into latest version ([395c9b5](395c9b5))
* **deps:** upgrade webonyx/graphql-php to version 15.6.2 ([eb8939f](eb8939f))

### BREAKING CHANGES

* **deps:** The webonyx/graphql-php from now on requires PHP version 7.4 and higher. So do we from now on.
  • Loading branch information
semantic-release-bot committed Aug 18, 2023
1 parent 6e4fb5d commit 24fcf42
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/dadish/ProcessGraphQL/compare/v1.4.2...v2.0.0) (2023-08-18)


### Bug Fixes

* **test:** make tests compatible with phpunit 9 and 10. ([91ac9c7](https://github.com/dadish/ProcessGraphQL/commit/91ac9c7bc1aabb86b5aa95f7088ae418e225de89))


### Features

* **deps:** update webonyx/graphql-php into latest version ([395c9b5](https://github.com/dadish/ProcessGraphQL/commit/395c9b5215d6f4f2e05ff1f7f0c8847cb927b33a))
* **deps:** upgrade webonyx/graphql-php to version 15.6.2 ([eb8939f](https://github.com/dadish/ProcessGraphQL/commit/eb8939fa3c1e8ac9026fdedb16a11f11f14a0359))


### BREAKING CHANGES

* **deps:** The webonyx/graphql-php from now on requires PHP version 7.4 and higher. So do we from now on.

# [2.0.0-rc.2](https://github.com/dadish/ProcessGraphQL/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2023-08-17)


Expand Down
2 changes: 1 addition & 1 deletion ProcessGraphQL.module
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module {
{
return array(
'title' => 'GraphQL',
'version' => '2.0.0-rc.2',
'version' => '2.0.0',
'summary' => 'GraphQL for ProcessWire.',
'href' => 'https://github.com/dadish/ProcessGraphql',
'singular' => true,
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": "processgraphql",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "GraphQL for ProcessWire",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 24fcf42

Please sign in to comment.