Commit graph

8 commits

Author SHA1 Message Date
c9280b5e31 0.9.10 2025-06-24 11:08:26 -07:00
3bf23f074d 0.9.9 2025-06-24 11:02:55 -07:00
303a4df992 0.9.8 2025-06-24 10:57:34 -07:00
1c68d51be1 feat(scripts): enhance version script and update badges dynamically in README
- Added a new `version` script in `package.json` to execute `generate-version.js` for automated version management.
- Enhanced `generate-version.js` to dynamically update badges in `README.md` for npm version, Node.js version, and TypeScript version.
- Modified badge update logic to retrieve Node.js and TypeScript versions from `package.json` for accuracy.
- Updated `VERSION` constant in `version.ts` to `0.9.7` to reflect the latest release.
- Streamlined the versioning process for better maintainability and consistency in documentation.
2025-06-24 10:57:27 -07:00
5e773e0110 0.9.7 2025-06-24 10:48:48 -07:00
ff28ffffe7 docs(CONTRIBUTING): simplify contribution steps and remove redundant test process
- Updated `README.md` and `CONTRIBUTING.md` to streamline contribution instructions.
- Removed references to running tests (`npm test`) as part of the contribution process to reduce complexity for contributors.
- Adjusted steps to focus on creating feature branches, using conventional commit messages, and submitting pull requests.
- Simplified `package.json` by removing unused devDependencies (`jest`, `@types/jest`, `ts-jest`) to reflect the updated process.
2025-06-24 10:48:24 -07:00
8a3418ea06 0.9.6 2025-06-24 10:38:13 -07:00
23e50b09bf Initial commit 2025-06-24 10:16:12 -07:00