Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit f952a5b

Browse files
authored
chore: release 0.2.0 (#3)
1 parent 9603fe8 commit f952a5b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/compare/v0.1.0...v0.2.0) (2023-04-10)
4+
5+
6+
### Features
7+
8+
* add basic identity test ([68db952](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/68db9521483c28686eefd7d017cd251c0738e11d))
9+
* **eav, graphql:** cache customAttributeMetadata ([#2](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/issues/2)) ([6d56676](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/6d5667605d7e99fbde3713077cedfe75896adc05))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* add license ([4d1cf2e](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/4d1cf2ed3e83163375f9ce709bd44693c2d01482))
15+
* add recommended workspace extensions ([5911088](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/59110880571fa2d8341475c21ba1113d5d2f909f))
16+
* add release-please ([9603fe8](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/9603fe83421e8e557987920b2f3914c6337e0d42))
17+
* init ([11bd69c](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/11bd69cec7d3aee7a0f289986c16204885bad2eb))
18+
* master to main ([a61300c](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/a61300cfec9d5eb3f87c826fda0fd06f959307c8))
19+
* remove postinstall commands ([f08a490](https://github.com/graycoreio/magento2-custom-attribute-metadata-cache/commit/f08a490cb05cdf3d71afc9399b32cb8522f45f51))

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
},
3434
"require": {
3535
"magento/module-eav-graph-ql": "^100.4"
36-
3736
},
3837
"require-dev": {
3938
"phpunit/phpunit": "^9.0"

0 commit comments

Comments
 (0)