Skip to content

Commit 98d3cd9

Browse files
authored
Merge pull request #44 from freakyfelt/release-please--branches--main
chore: release main
2 parents 25f2855 + a671739 commit 98d3cd9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

packages/cli/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,29 @@
3939
* **cli:** shallow merge OAS paths ([39696b1](https://github.com/freakyfelt/yet-another-json-rpc/commit/39696b1314ca25833ac2dbc1cc3b7a23591c41ab))
4040

4141

42+
### Bug Fixes
43+
44+
* **cli:** allow for not specifying query or mutation operations ([2d05435](https://github.com/freakyfelt/yet-another-json-rpc/commit/2d05435e6de23752cf4e929d844feeaa24be35d9))
45+
* **cli:** deep merge provided OpenAPI paths ([43fc1e2](https://github.com/freakyfelt/yet-another-json-rpc/commit/43fc1e262e8fd3fa2b18a5e15a573cebecdc7923))
46+
* **cli:** execute all tests; fix broken tests ([1cea5e5](https://github.com/freakyfelt/yet-another-json-rpc/commit/1cea5e537003d27bc2bc4c3a571cc07282b2f425))
47+
* **workspace:** move package dependencies to package ([9a9dfc8](https://github.com/freakyfelt/yet-another-json-rpc/commit/9a9dfc82d8c692832f3a13cfd2f09b715aad255e))
48+
49+
## 1.0.0 (2023-06-19)
50+
51+
52+
### Features
53+
54+
* **cli:** add ability to read/write stdin/stdout ([43f7d5f](https://github.com/freakyfelt/yet-another-json-rpc/commit/43f7d5f1576a6371a348edafcf2b9164f7352fdd))
55+
* **cli:** add basic addQuery and addMutation operations ([1070f3b](https://github.com/freakyfelt/yet-another-json-rpc/commit/1070f3bed917cf7c2b790e7805f11d4b56ab80ca))
56+
* **cli:** add basic transform CLI ([0680b43](https://github.com/freakyfelt/yet-another-json-rpc/commit/0680b438fb988875ec6539682c4499d227fc6f54))
57+
* **cli:** add DocumentTransformer; swap types package ([15d420e](https://github.com/freakyfelt/yet-another-json-rpc/commit/15d420ef6264bcaa294467c5917c834a072a5c94))
58+
* **cli:** allow for mutation inputs in non-body locations ([abb569e](https://github.com/freakyfelt/yet-another-json-rpc/commit/abb569eb4deedddb14579b0f3b90ab685e92481f))
59+
* **cli:** allow for overriding the path and method ([b80759b](https://github.com/freakyfelt/yet-another-json-rpc/commit/b80759b1cee6feb2e271b127eb9bd2160f2c5fb9))
60+
* **cli:** allow for overriding the status code and description ([9b26c16](https://github.com/freakyfelt/yet-another-json-rpc/commit/9b26c1673bb8600499b45152ec759bce12e0f0a9))
61+
* **cli:** Allow for parameter fields to be overridden ([ce96d4c](https://github.com/freakyfelt/yet-another-json-rpc/commit/ce96d4c7e4220e3a12228896d041dde56bc60d23))
62+
* **cli:** shallow merge OAS paths ([39696b1](https://github.com/freakyfelt/yet-another-json-rpc/commit/39696b1314ca25833ac2dbc1cc3b7a23591c41ab))
63+
64+
4265
### Bug Fixes
4366

4467
* **cli:** allow for not specifying query or mutation operations ([2d05435](https://github.com/freakyfelt/yet-another-json-rpc/commit/2d05435e6de23752cf4e929d844feeaa24be35d9))

0 commit comments

Comments
 (0)