Skip to content

Commit 4eedb0a

Browse files
authored
chore: release 0.2.0 (#14)
1 parent 83196c5 commit 4eedb0a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.2"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/graycoreio/magento2-graphql-introspection-cache/compare/v0.1.2...v0.2.0) (2025-02-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* We no longer support php 7.4 as it is end of life.
11+
12+
### Features
13+
14+
* compat with GraphQL\Executor\ReferenceExecutor from webonyx/graphql-php:15.18.1 ([b553e47](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/b553e478482c268e7d925b2c2c37c65ece63ffa7))
15+
* drop support for php 7.4 ([ff3e180](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/ff3e1806b04077639b32a0cfffc0e2ac0b93f746))
16+
17+
18+
### Bug Fixes
19+
20+
* 8.2 deprecation of constructor existence check ([db26ebb](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/db26ebb2197ca40d49fbc104f643135667c9ea5d))
21+
* add check for Executor::getDefaultArgsMapper for older versions ([d460fca](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/d460fca3c0e488258d7ab130a41c84f5dc6144a9))
22+
* backwards compat with webonyx 14.11.0 for v2.4.5-p11 and v2.4.4-p12 ([1484b89](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/1484b8920321e89fa8a102484505b14cbc28e934))
23+
24+
25+
### Miscellaneous Chores
26+
27+
* add dealerdirect/phpcodesniffer-composer-installer allowed plugin ([50b990a](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/50b990aec401e2e44f946d1d36215efe46f0a113))
28+
529
### [0.1.2](https://github.com/graycoreio/magento2-graphql-introspection-cache/compare/v0.1.1...v0.1.2) (2022-08-25)
630

731

0 commit comments

Comments
 (0)