@@ -854,37 +854,37 @@ All notable changes to this project will be documented in this file.
854854
855855### Features
856856
857- - Support multiple file formats ✔️
858- - Use cache while fetching pages ✔️
857+ - feat(config): support multiple file formats
858+ - feat(cache): use cache while fetching pages
859859
860860## [1.0.1] - 2021-07-18
861861
862862### Miscellaneous Tasks
863863
864- - Add release script ✔️
864+ - chore(release): add release script
865865
866866### Refactor
867867
868- - Expose string functions ✔️
868+ - refactor(parser): expose string functions
869869
870870## [1.0.0] - 2021-07-18
871871
872872### Bug Fixes
873873
874- - Rename help argument due to conflict ✔️
874+ - fix(args): rename help argument due to conflict
875875
876876### Documentation
877877
878- - Add README.md ✔️
879- - Add tested usage example ✔️
878+ - docs(project): add README.md
879+ - docs(example)!: add tested usage example
880880
881881### Features
882882
883- - Add ability to parse arrays ✔️
883+ - feat(parser): add ability to parse arrays
884884
885885### Other (unconventional)
886886
887- - Initial commit ❌
887+ - Initial commit
888888
889889<!-- generated by git-cliff -->
890890```
@@ -902,37 +902,37 @@ All notable changes to this project will be documented in this file.
902902
903903### Features
904904
905- - Support multiple file formats ✔️
906- - Use cache while fetching pages ✔️
905+ - feat(config): support multiple file formats
906+ - feat(cache): use cache while fetching pages
907907
908908## [ 1.0.1] - 2021-07-18
909909
910910### Miscellaneous Tasks
911911
912- - Add release script ✔️
912+ - chore(release): add release script
913913
914914### Refactor
915915
916- - Expose string functions ✔️
916+ - refactor(parser): expose string functions
917917
918918## [ 1.0.0] - 2021-07-18
919919
920920### Bug Fixes
921921
922- - Rename help argument due to conflict ✔️
922+ - fix(args): rename help argument due to conflict
923923
924924### Documentation
925925
926- - Add README.md ✔️
927- - Add tested usage example ✔️
926+ - docs(project): add README.md
927+ - docs(example)!: add tested usage example
928928
929929### Features
930930
931- - Add ability to parse arrays ✔️
931+ - feat(parser): add ability to parse arrays
932932
933933### Other (unconventional)
934934
935- - Initial commit ❌
935+ - Initial commit
936936
937937<!-- generated by git-cliff -->
938938
0 commit comments