Skip to content

Commit 579188a

Browse files
committed
refactor(config): Normalize object key quoting
1 parent a0286b6 commit 579188a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22

33
## [1.0.3](https://github.com/ioncakephper/repo-description/compare/v1.0.2...v1.0.3) (2025-11-02)
44

5-
65
### Bug Fixes
76

8-
* **readme:** Update example GitHub repository URL ([8a805c5](https://github.com/ioncakephper/repo-description/commit/8a805c5a8c7896139013f4cb751d3b0797d589ef))
9-
* **readme:** Update example GitHub repository URL ([d6755ea](https://github.com/ioncakephper/repo-description/commit/d6755eab7d572753319e0136fa2db235fbaddc9a))
7+
- **readme:** Update example GitHub repository URL ([8a805c5](https://github.com/ioncakephper/repo-description/commit/8a805c5a8c7896139013f4cb751d3b0797d589ef))
8+
- **readme:** Update example GitHub repository URL ([d6755ea](https://github.com/ioncakephper/repo-description/commit/d6755eab7d572753319e0136fa2db235fbaddc9a))
109

1110
## [1.0.2](https://github.com/ioncakephper/repo-description/compare/v1.0.1...v1.0.2) (2025-11-02)
1211

13-
1412
### Bug Fixes
1513

16-
* **config:** Normalize object key quoting ([44f6239](https://github.com/ioncakephper/repo-description/commit/44f62399b36a8a881d36a4daf108071f11a698f9))
14+
- **config:** Normalize object key quoting ([44f6239](https://github.com/ioncakephper/repo-description/commit/44f62399b36a8a881d36a4daf108071f11a698f9))
1715

1816
## [1.0.1](https://github.com/ioncakephper/repo-description/compare/v1.0.0...v1.0.1) (2025-11-02)
1917

md.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'Guide contributors on how to report bugs, suggest enhancements, and submit code via pull requests.',
1717
'eslint.config.js':
1818
'Configure ESLint with global browser, node, and jest globals, recommended core and Prettier rules, and custom JSON/JSONC and YAML parsers and plugins for those file types.',
19-
'LICENSE':
19+
LICENSE:
2020
'Granting permission to use, copy, modify, merge, publish, distribute, sublicense, and sell the software freely under the MIT License.',
2121
'md.config.js':
2222
'[Exports] a configuration object that defines default settings (like file descriptions and badge style) and registers the markdown‑magic transform modules used to generate and augment the project’s documentation.',

0 commit comments

Comments
 (0)