{"id":15965601,"url":"https://github.com/jamiemason/conventional-recommended-version","last_synced_at":"2025-05-07T05:47:43.717Z","repository":{"id":57206745,"uuid":"45681870","full_name":"JamieMason/conventional-recommended-version","owner":"JamieMason","description":"Determine the semantic version number of your project","archived":false,"fork":false,"pushed_at":"2023-02-22T11:08:26.000Z","size":150,"stargazers_count":5,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T10:50:11.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/conventional-recommended-version","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamieMason.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"JamieMason"}},"created_at":"2015-11-06T12:54:10.000Z","updated_at":"2023-09-08T17:03:21.000Z","dependencies_parsed_at":"2024-10-23T14:09:19.234Z","dependency_job_id":null,"html_url":"https://github.com/JamieMason/conventional-recommended-version","commit_stats":{"total_commits":33,"total_committers":4,"mean_commits":8.25,"dds":0.5454545454545454,"last_synced_commit":"5cc4df2097249d4085fd3be0ab4a13122207f436"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMason%2Fconventional-recommended-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMason%2Fconventional-recommended-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMason%2Fconventional-recommended-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMason%2Fconventional-recommended-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamieMason","download_url":"https://codeload.github.com/JamieMason/conventional-recommended-version/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823686,"owners_count":21809708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T17:42:34.729Z","updated_at":"2025-05-07T05:47:43.691Z","avatar_url":"https://github.com/JamieMason.png","language":"TypeScript","funding_links":["https://github.com/sponsors/JamieMason"],"categories":[],"sub_categories":[],"readme":"# conventional-recommended-version\n\nUsing a\n[conventional-changelog](https://github.com/ajoslin/conventional-changelog)\ncommit history, determine the current version number of your project.\n\nThis is done by reading your local git commit history and searching for fixes,\nfeatures, and breaking changes.\n\n## Installation\n\n```\nnpm install conventional-recommended-version\n```\n\n## Usage\n\n```js\nimport { getVersion } from 'conventional-recommended-version';\n\ngetVersion('/Users/you/projects/some-project').then(console.log);\n// { major: 1, minor: 0, patch: 0 }\n```\n\n## Supported Conventions\n\nconventional-recommended-version currently only supports the\n[angular conventional-changelog convention](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)\nas that's the one I use.\n\nPatches are welcome.\n\n## Badges\n\n- [![NPM version](http://img.shields.io/npm/v/conventional-recommended-version.svg?style=flat-square)](https://www.npmjs.com/package/conventional-recommended-version)\n- [![NPM downloads](http://img.shields.io/npm/dm/conventional-recommended-version.svg?style=flat-square)](https://www.npmjs.com/package/conventional-recommended-version)\n- [![Follow JamieMason on GitHub](https://img.shields.io/github/followers/JamieMason.svg?style=social\u0026label=Follow)](https://github.com/JamieMason)\n- [![Follow fold_left on Twitter](https://img.shields.io/twitter/follow/fold_left.svg?style=social\u0026label=Follow)](https://twitter.com/fold_left)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiemason%2Fconventional-recommended-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiemason%2Fconventional-recommended-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiemason%2Fconventional-recommended-version/lists"}