Skip to content

Commit 34faeb7

Browse files
authored
chore: release 0.1.3 (#7)
1 parent 42091d5 commit 34faeb7

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
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.1.3"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1.3](https://github.com/graycoreio/magento2-guest-orders-graphql/compare/v0.1.2...v0.1.3) (2023-06-14)
6+
7+
8+
### Performance Improvements
9+
10+
* filter in sql, not php ([b9500d3](https://github.com/graycoreio/magento2-guest-orders-graphql/commit/b9500d35be0b24df90e51008cd060f2f2a39bc9e))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* remove lockfile ([#6](https://github.com/graycoreio/magento2-guest-orders-graphql/issues/6)) ([f4ebaca](https://github.com/graycoreio/magento2-guest-orders-graphql/commit/f4ebacaea211f1801ceb940826584831b41ecb7c))
16+
517
### [0.1.2](https://github.com/graycoreio/magento2-guest-orders-graphql/compare/v0.1.1...v0.1.2) (2022-02-21)
618

719

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"unit-test": "vendor/bin/phpunit ./Test/Unit",
1515
"lint": "phpcs . --standard=Magento2 --ignore='vendor/*'",
1616
"post-install-cmd": [
17-
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
17+
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
1818
],
1919
"post-update-cmd": [
20-
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
20+
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/)"
2121
]
2222
},
2323
"license": [
@@ -26,15 +26,15 @@
2626
"minimum-stability": "stable",
2727
"archive": {
2828
"exclude": [
29-
"/docs",
30-
"/Test",
31-
"README.md"
29+
"/docs",
30+
"/Test",
31+
"README.md"
3232
]
3333
},
3434
"repositories": {
3535
"repo.magento": {
36-
"type": "composer",
37-
"url": "https://repo.magento.com/"
36+
"type": "composer",
37+
"url": "https://repo.magento.com/"
3838
}
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)