Skip to content

Commit ae4f426

Browse files
chore(release): set package.json to 1.0.0 [skip ci]
# 1.0.0 (2024-08-31) ### Bug Fixes * fixed husky error ([859489c](859489c)) * modified readme, added contributing guidelines ([4c96619](4c96619)) * remove prepare command ([df96855](df96855)) ### Features * added ajv and commander ([76b94cb](76b94cb)) * added debug mode ([ea9b844](ea9b844)) * added readme, improved tests ([dcdc386](dcdc386)) * **ci/cd:** added husky, commit lint ([c50a2dd](c50a2dd)) * inital tests ([09a1dce](09a1dce)) * initial test code ([f33e5ea](f33e5ea)) * jest setup and ci/cd for tests ([ef7718a](ef7718a)) * tests are complete ([d951541](d951541))
1 parent e69bc43 commit ae4f426

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1-
# [1.0.0-develop.5](https://github.com/Siddharth9890/graphql-sdk-generator/compare/v1.0.0-develop.4...v1.0.0-develop.5) (2024-08-31)
1+
# 1.0.0 (2024-08-31)
22

33

44
### Bug Fixes
55

6+
* fixed husky error ([859489c](https://github.com/Siddharth9890/graphql-sdk-generator/commit/859489c0cd07f6c166a167378fdfc606780583e4))
67
* modified readme, added contributing guidelines ([4c96619](https://github.com/Siddharth9890/graphql-sdk-generator/commit/4c96619667dc2650513fc0c631c8154d094c336f))
8+
* remove prepare command ([df96855](https://github.com/Siddharth9890/graphql-sdk-generator/commit/df96855d0860d6916a6d4857e9f9f19b20cdb3b3))
9+
10+
11+
### Features
12+
13+
* added ajv and commander ([76b94cb](https://github.com/Siddharth9890/graphql-sdk-generator/commit/76b94cb18f4417ae46655a574b6fcc66d2d0397e))
14+
* added debug mode ([ea9b844](https://github.com/Siddharth9890/graphql-sdk-generator/commit/ea9b8445295b066c6310545593a46d7e0d9d1cab))
15+
* added readme, improved tests ([dcdc386](https://github.com/Siddharth9890/graphql-sdk-generator/commit/dcdc38613d37014fbe351bf2206e701065c7cf07))
16+
* **ci/cd:** added husky, commit lint ([c50a2dd](https://github.com/Siddharth9890/graphql-sdk-generator/commit/c50a2ddf6bbc68f128458685667fff3c9a279a2d))
17+
* inital tests ([09a1dce](https://github.com/Siddharth9890/graphql-sdk-generator/commit/09a1dce430ba38212db6ede98a27e699927526b5))
18+
* initial test code ([f33e5ea](https://github.com/Siddharth9890/graphql-sdk-generator/commit/f33e5ea48099421f8321697641caa81c4d9f592f))
19+
* jest setup and ci/cd for tests ([ef7718a](https://github.com/Siddharth9890/graphql-sdk-generator/commit/ef7718a66ce968587bdbfd5751efaca2c81d1fed))
20+
* tests are complete ([d951541](https://github.com/Siddharth9890/graphql-sdk-generator/commit/d9515413fb64c796e90ba227d6c9bd2b6155a8b1))
21+
22+
# [1.0.0-develop.5](https://github.com/Siddharth9890/graphql-sdk-generator/compare/v1.0.0-develop.4...v1.0.0-develop.5) (2024-08-31)
23+
24+
### Bug Fixes
25+
26+
- modified readme, added contributing guidelines ([4c96619](https://github.com/Siddharth9890/graphql-sdk-generator/commit/4c96619667dc2650513fc0c631c8154d094c336f))
727

828
# [1.0.0-develop.4](https://github.com/Siddharth9890/graphql-sdk-generator/compare/v1.0.0-develop.3...v1.0.0-develop.4) (2024-08-30)
929

0 commit comments

Comments
 (0)